I'm having trouble getting a subdomain working for an Apache Linux Install.
I have an Apache server running two sub domains, one of them is configured with SSL.
To get the other sub domain to work, we of course had to set up a new IP (because the other one was configured with SSL).
However, we cannot reach our new sub domain and we cannot figure out why.
I have apache version 2.2 and php 5.3.15 on a single server.
I configured virtual hosting and a default vhost.
0_default_.conf -> goes to /var/www/default
sub.domain.com.conf -> goes to /var/www/sub.domain.com
My question is, how could I set the default documentroot to sub.domain.com permanently?
I've got multiple named vhosts on an Apache web server (CentOS 5, Apache 2.2.3).
Each vhost has their own config file in /etc/httpd/vhosts.d and these vhost config files are included from the main httpd conf with...
I am trying to install apache 2.2.22 on Solaris 10 but getting below error message when starting apache:
/etc/init.d/apache2 start
Server type is set to [HTTP]
running /opt/apache/conf/startup.pl for groups shared mem
Starting Apache HTTPD service with SSL disabled
httpd: Syntax error on line 454 of /usr/local/apache2/conf/httpd.conf: Syntax error on line 9 of /opt/apache/conf/localserver
I am trying to setup my domain name with a self signed cert.
i havent been able to get any of my domains to come up ..
Hello, i followed the wiki to set up LAMP but i'm having a problem... Apache cant access to my files in ~/public_html, althought my home folder and public_html folder have 755 permissions./etc/httpd/conf/httpd.conf#
# This is the main Apache HTTP server configuration file.
Has anyone been successful in having their DocumentRoot reside on an S3 mount (using s3fs)?
I currently have a mounted bucket at /mnt/s3. I can read and write files to it no problem.
In my httpd.conf I have DocumentRoot "/mnt/s3".
When I restart Apache I get the error "DocumentRoot must be a directory".
Has anyone tried something similar.