Re: [gentoo-user] [OT] Apache Virtual Host

2005-09-04 Thread A. Khattri
On Sun, 4 Sep 2005, q-parser wrote: Unfortunately, it was no help :( I'll try to reinstall Koha (that's what I'm trying to get working) and see if the problem persists. But I strongly believe that there's problem with apache or vhost. Sorry to be blunt, but it really sounds like you dont

Re: [gentoo-user] [OT] Apache Virtual Host

2005-09-04 Thread Michael Crute
On 9/4/05, A. Khattri [EMAIL PROTECTED] wrote: Sorry to be blunt, but it really sounds like you dont really know whatyou're doing. You really need to read the docs on how to setup virtual hosts. There is nothing wrong with apache. Hmm... yes... I will bite my tongue before I make another troll

Re: [gentoo-user] [OT] Apache Virtual Host

2005-09-03 Thread q-parser
I have a different problem now. I've migrated the whole program to my server, but it does not work there. I set up different ports for it and server does not listen to them, though I have Listen directives. I'm getting time-outs, but I don't know why. Does anybody have any idea why apache does

Re: [gentoo-user] [OT] Apache Virtual Host

2005-09-03 Thread Michael Crute
On 9/3/05, q-parser [EMAIL PROTECTED] wrote: I have a different problem now. I've migrated the whole program to myserver, but it does not work there. I set up different ports for it andserver does not listen to them, though I have Listen directives. I'mgetting time-outs, but I don't know why. Does

Re: [gentoo-user] [OT] Apache Virtual Host

2005-09-03 Thread q-parser
Michael Crute wrote: On 9/3/05, q-parser [EMAIL PROTECTED] wrote: I have a different problem now. I've migrated the whole program to my server, but it does not work there. I set up different ports for it and server does not listen to them, though I have Listen directives. I'm getting

Re: [gentoo-user] [OT] Apache Virtual Host

2005-09-03 Thread Michael Crute
On 9/3/05, q-parser [EMAIL PROTECTED] wrote: Those port numbers are chosen for explanatory reason, but I wouldn't object if they worked ;) This whole file is Include-d into apache2.conf. I emphasize that on my localhost, it works great, with ports 85 and 8585 instead the two here. The curious

Re: [gentoo-user] [OT] Apache Virtual Host

2005-09-03 Thread q-parser
Michael Crute wrote: On 9/3/05, *q-parser* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Those port numbers are chosen for explanatory reason, but I wouldn't object if they worked ;) This whole file is Include-d into apache2.conf. I emphasize that on my localhost, it works

Re: [gentoo-user] [OT] Apache Virtual Host

2005-08-08 Thread A. Khattri
On Sun, 7 Aug 2005, Michael Crute wrote: Just a note for the future. Whenever you create a virual host that points to a directory you must create a directory container inside of the virual host container that sets up the permissions for the directory otherwise your will always get a 403

Re: [gentoo-user] [OT] Apache Virtual Host

2005-08-07 Thread q-parser
Thanks for help, however, it didn't work. I'm still getting 403 - You don't have permission to access / on this server. I think it's not necessary to define virtual hosts in vhosts.conf as it is, to my knowledge, included to apache2.conf, so does my config. Any other suggestions for this? This

Re: [gentoo-user] [OT] Apache Virtual Host

2005-08-07 Thread Michael Crute
Try this... VirtualHost Gentoo-drak:85 ServerAdmin [EMAIL PROTECTED] DocumentRoot /usr/local/koha/opac/htdocs ServerName Gentoo-drak ScriptAlias /cgi-bin/koha/ /usr/local/koha/opac/cgi-bin/ Redirect permanent index.html http://Gentoo-drak:85/cgi-bin/koha/opac-main.pl ErrorLog

Re: [gentoo-user] [OT] Apache Virtual Host

2005-08-07 Thread q-parser
Yes, that's it! Many thanks...I hope, there'll be no other problems. Michael Crute wrote: Try this... VirtualHost Gentoo-drak:85 ServerAdmin [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] DocumentRoot /usr/local/koha/opac/htdocs ServerName Gentoo-drak ScriptAlias /cgi-bin/koha/

Re: [gentoo-user] [OT] Apache Virtual Host

2005-08-07 Thread Michael Crute
Just a note for the future. Whenever you create a virual host that points to a directory you must create a directory container inside of the virual host container that sets up the permissions for the directory otherwise your will always get a 403 error. -MikeOn 8/7/05, q-parser [EMAIL PROTECTED]

[gentoo-user] [OT] Apache Virtual Host

2005-07-28 Thread q-parser
I've got a problem with setting up a virtual host for my koha perl-based application. It has its own httpd.conf which I include into apache2.conf using Include directive. It looks like this: # Listen 85 VirtualHost Gentoo-drak:85 ServerAdmin [EMAIL PROTECTED] DocumentRoot

Re: [gentoo-user] [OT] Apache Virtual Host

2005-07-28 Thread Paul Raison
To use virtual hosting with Apache2, you should them up in the /etc/apache2/conf/vhosts/vhosts.conf file. Then you need to add this directive within the Virtual Host block:- directory /usr/local/koha/opac/cgi-bin/ Order allow,deny Allow from all /directory Repeat this section for