Hello Jon,
How about if you comment out the 000-default VHost conf? Also, what does the following line do?
Include /etc/apache2/sites-enabled/[^.#]*
Are there no errors during the Apache start-up?
Cheers!
//Henri
Jon Ortiz wrote:
Sorry, one clarification - the after the httpd.conf is the domain_port file.
________________________________
From: Jon Ortiz [mailto:[EMAIL PROTECTED] Sent: Wed 12/22/2004 11:51 AM To: [EMAIL PROTECTED] Subject: RE: [midgard-user] Midgard virtualhost not running?
Part 2, the Midgard conf files
Midgard's httpd.conf
LoadModule midgard_module /usr/lib/apache2/modules/midgard-apache2.so
Listen 8001
#Include /etc/midgard/apache/vhosts/*
NameVirtualHost domain:8001
Include /etc/midgard/apache/vhosts/domain_8001
domain_port's conf
<VirtualHost domain:8001>
ServerName domain
DocumentRoot /var/lib/midgard/vhosts/domain/8001
MidgardBlobDir /var/lib/midgard/blobs/psa_domain
MidgardEngine on
#MidgardRootfile /usr/lib/apache2/modules/midgard-root-nommp.php
MidgardPageCacheDir /var/cache/midgard
MidgardRootFile /usr/lib/apache2/modules/midgard-root.php
MidgardParser UTF-8
MidgardDefaultRealm "Midgard"
MidgardDatabase psa_domain admin admin
RLimitCPU 20 60
RLimitMem 67108864 134217728
LogLevel debug
MidgardLog Debug+ /var/log/midgard.log
</VirtualHost>
________________________________
From: Henri Kaukola [mailto:[EMAIL PROTECTED] Sent: Wed 12/22/2004 11:21 AM To: [EMAIL PROTECTED] Subject: Re: [midgard-user] Midgard virtualhost not running?
Hello Jon,
Jon Ortiz wrote:
Hey Heni;
Thanks for the tip, there was no NameVirtualHost generated at all. However, I did try to add it to the httpd.conf file generated by midgard and the VirtualHost file for the domain (/etc/midgard/apache/vhosts/domain_port) but no luck :*(
OK, can we see all of them Apache config files?
I expect you did stop-start Apache after changing the config files... right? :)
Cheers!
//Henri
-- Henri Kaukola [EMAIL PROTECTED] Consultant Tel: +358-20-198 6037 Nemein Oy http://www.nemein.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
------------------------------------------------------------------------
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
