[EMAIL PROTECTED] apache 2.2 conf issue

2008-03-22 Thread j k
I'm upgrading from 2.0.59 to 2.2.6 on a gentoo box and the vhost config is giving me grief: 2.2.6 will deliver normal content from the document root /var/ww/localhost/htdocs via http://myserver when only vhosts.d/00_default_vhost.conf and vhosts.d/default_vhost.include are present, however as

[EMAIL PROTECTED] Re: apache 2.2 conf issue

2008-03-22 Thread j k
On Fri, Mar 21, 2008 at 10:39 PM, j k [EMAIL PROTECTED] wrote: I'm upgrading from 2.0.59 to 2.2.6 on a gentoo box and the vhost config is giving me grief: 2.2.6 will deliver normal content from the document root /var/ww/localhost/htdocs via http://myserver when only

[EMAIL PROTECTED] Virtual Host

2008-03-22 Thread Edwin
has enbody ever set up virtual host. I keep trying and it keeps giving me problems and error codes. I know I'm doing something wrong but don't know what any help would be nice. ___ Join Excite! - http://www.excite.com The most personalized portal on

Re: [EMAIL PROTECTED] Virtual Host

2008-03-22 Thread Craig Huffstetler
Can you be a bit more specific? Maybe attempt to paste some specific information from your httpd.confrelating to your setup of VirtualHosts, errors encountered when attempting to access the Vhost... Everyone here has most likely setup virtual hosts. Have you googled information on this? apache

[EMAIL PROTECTED] Virtual Host problems

2008-03-22 Thread Edwin
People whom know more than me please inform me of what I'm doing wrong lt;VirtualHost *:80gt;DocumentRoot C:/users/edwin j mcleod/documents/Apache Software Foundation/Apache2.2/htdocsServerName www.Example.com# Other directives herelt;/VirtualHostgt;lt;VirtualHost *:80gt;DocumentRoot

Re: [EMAIL PROTECTED] Virtual Host problems

2008-03-22 Thread Craig Huffstetler
Edwin, Please stay in the same thread. It helps us keep up with what is going on...and is courtesy on mailing lists. Did you update the virtual-hosts.conf file, Edwin? I am just asking. The error you received has nothing to do with that. What you pasted indicates one error thus far. I am just

Re: [EMAIL PROTECTED] Virtual Host

2008-03-22 Thread j k
On Sat, Mar 22, 2008 at 8:48 AM, Edwin [EMAIL PROTECTED] wrote: has enbody ever set up virtual host. I keep trying and it keeps giving me problems and error codes. I know I'm doing something wrong but don't know what any help would be nice. As Craig said, tell us about what exactly goes

Re: [EMAIL PROTECTED] Virtual Host problems

2008-03-22 Thread j k
On Sat, Mar 22, 2008 at 9:46 AM, Edwin [EMAIL PROTECTED] wrote: People whom know more than me please inform me of what I'm doing wrong VirtualHost *:80 DocumentRoot C:/users/edwin j mcleod/documents/Apache Software Foundation/Apache2.2/htdocs ServerName www.Example.com # Other directives

Re: [EMAIL PROTECTED] Virtual Host problems

2008-03-22 Thread Edwin
Ok out with the old and in with the new. Now That I have read through that and I think I understood most of it. Thank you CraigI did modify my file structure and as well as modified my code to include quotation marks. But the redirect to the new file structure isn't workingI know I'm still

Re: [EMAIL PROTECTED] Virtual Host problems

2008-03-22 Thread Dragon
Edwin did speak thusly: Ok out with the old and in with the new. Now That I have read through that and I think I understood most of it. Thank you Craig I did modify my file structure and as well as modified my code to include quotation marks. But the redirect to the new file structure isn't

Re: [EMAIL PROTECTED] Virtual Host problems

2008-03-22 Thread Craig Huffstetler
Edwin, Again, google.com is your friend. I can't stress this enough. If you simply go to google.com and type in: windows apache no listening sockets available or try windows apache could not bind to address 0.0.0.0:80 And look at the top results, you will most likely find an answer. Did you try

Re: [EMAIL PROTECTED] Virtual Host problems

2008-03-22 Thread Craig Huffstetler
Dragon stated: That means a copy of Apache is probably still running. You need to make sure it is shut down before trying to restart it, Since you are doing this in Windows, go into task manager and end any Apache processes in the task list then restart. ...this is also a possibility. Either

Re: [EMAIL PROTECTED] Can't modify LoadModule line for PHP

2008-03-22 Thread istojic
On Sat, Mar 22, 2008 at 2:05 AM, Lester Caine [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Hello all, A summary: Modifying httpd.conf to try to point LoadModule php5_module to point to anywhere but the original location results in Apache not being able to start again. And