Search found 2 matches
- 2011/01/03 15:08:43
- Forum: CentOS 5 - Webhosting Support
- Topic: ownership of files, for php as fastcgi
- Replies: 2
- Views: 1374
ownership of files, for php as fastcgi
Hi again, Sorry for this two post in a row, hope someone can give me a quick answer. I'm currently running my php scripts using mod_php. Now I've decided to change this to fastcgi, although it has some drawbacks, I believe it's still better compared to mod_php in terms of security. Anyway, what's th...
- 2011/01/03 14:59:52
- Forum: CentOS 5 - Webhosting Support
- Topic: default domain for multiple domains
- Replies: 2
- Views: 1306
default domain for multiple domains
Hi all, I managed to setup two sites on my local machine, both of them are working fine. Below are the conf files. domain1 [code] <VirtualHost *:80> ServerAdmin me@nodomain.com DocumentRoot "/var/www/dummydomain.com/httpdocs/" ServerName dummydomain.com ServerAlias www.dummydomain.com ErrorLog "/var...