Re: localhost vs vhost problem

2006-12-20 Thread turnbui
Well I seem to have got it running, well at least when I choose EXAMPLES from http://ianst.homeip.net/asp I get the page of examples up. Almost there now. Thanks for your perseverence. -- View this message in context: http://www.nabble.com/localhost-vs-vhost-problem-tf2860296.html#a8002273 Sen

Re: localhost vs vhost problem

2006-12-20 Thread turnbui
I see. It wasn't until after I installed ASP that I looked in C:\Perl\... but the wrong directory must've read the docco wrong at http://www.apache-asp.org/config.html, it mentions /site/eg. Silly me!! Thanks anyway. -- View this message in context: http://www.nabble.com/localhost-vs-vhost-probl

RE: localhost vs vhost problem

2006-12-20 Thread turnbui
Yes I did httpd -S and it reports what I have 5 localhosts. As for taking the firsrt defined vhost vs what httpd.conf has I thought of this and commented out the /htdocs which is why localhost is pointing to the 1st vhosts folders. I've just taken out the include of vhosts.conf and tried it so no

Re: localhost vs vhost problem

2006-12-20 Thread turnbui
Thanks Rob, I've been making changes like removing the ExecCGI from the options on the DocRoot of ianst.homeip.net and thus proving [I think] that the vhost is working as the .pl files only list in the browser where before they would execute. I've played with the Deny All to prove I can't access t

Re: localhost vs vhost problem

2006-12-20 Thread turnbui
Sorry Rob, just my vain attempt to protect the innocent. In fact it is ianst.homeip.net that I am using. Sorry to mislead. -- View this message in context: http://www.nabble.com/localhost-vs-vhost-problem-tf2860296.html#a7997944 Sent from the mod_perl - General mailing list archive at Nabble.com

Re: localhost vs vhost problem

2006-12-20 Thread turnbui
Thanks Perrin, I commented the ScriptAlias out. It didn't help unfortunately. Actually I won't be sering ASP from that directory. Does that make any difference? -- View this message in context: http://www.nabble.com/localhost-vs-vhost-problem-tf2860296.html#a7997802 Sent from the mod_perl - Ge

Re: localhost vs vhost problem

2006-12-20 Thread turnbui
ServerName ianst.homeip.net DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/iansthtdocs" # ErrorLog logs/ianst-host-error.log # CustomLog logs/ianst-host-access.log common ServerAlias ianst ScriptAlias /cgi-bin/ "C:/Program Files/Apache Software Foundation/Apache2.2/iansth

Re: localhost vs vhost problem

2006-12-20 Thread turnbui
egistry #PerlSendHeader On # PerlSetVar Global . PerlSetVar Global c:/tmp PerlSetVar StateDir c:/tmp/asp PerlSetVar CookiePath / # turnbui wrote: > > Hi folks, > My ASP works for localhost but not for the vhost. The ASP config is within > the block so should only appl

Re: localhost vs vhost problem

2006-12-20 Thread turnbui
Yes, Apache:ASP On WinXP Home. Perrin Harkins wrote: > > turnbui wrote: >> My ASP works for localhost but not for the vhost. The ASP config is >> within >> the block so should only apply to that localhost. I >> originally >> had the ASP config in the vhos

localhost vs vhost problem

2006-12-20 Thread turnbui
Hi folks, My ASP works for localhost but not for the vhost. The ASP config is within the block so should only apply to that localhost. I originally had the ASP config in the vhosts directory using an .htaccess file but was told it would be faster if put into the block. No matter what I try I can