I need to reload my php.ini and there's nothing in the help dialog about restarting it.
Galen's questions
My company has firewall rules that only allow my home IP access to their servers.
Can i set up an ftp proxy at my house so i can ftp into the servers from other places? Is this sort of thing possible? if so, how? Sometimes i get sick of working from my home office =)
Thanks
the www versions of all my sites work. the non-www version don't work. All non-www versions go to my default vhost (galengrover.com)
Here are the first 2 virtual hosts in httpd.conf.
ServerName galengrover.com
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /var/www/sites/galengrover.com/html
ServerName www.galengrover.com
ServerAlias galengrover.com
</VirtualHost>
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /var/www/sites/skatevideosonline.net/html
ServerName www.skatevideosonline.net
ServerAlias skatevideosonline.com
</VirtualHost>
Im clueless. Thanks
My company is running IIS on XP. Every other day we get a PHP Access Violation and the only way I know to fix it is to restart IIS. I've googled the actual Access violation code and i can't find anything. There's nothing in the php error logs or the system error logs.
Anyone have any advice on how to go about fixing this?
edit: It seems to happen on pages that use the google maps api.