httpd.conf

2004-11-24 Thread metallarch
I made a virtualhost on apache 2.0 .. Here is my configs rc.conf: gateway_enable="yes" ifconfig_rl0="inet 192.168.0.249 netmask 255.255.255.0" ifconfig_rl0_alias0="inet 192.168.1.35 netmask 255.255.255.0" httpd.conf: Listen 80 ServerName 192.168.0.249:80

$ locate httpd.conf

2003-07-27 Thread DanB
When I try to use locate on my new box I get this below. What do I need to do to make it work? Dan $ locate httpd.conf locate: database too small: /var/db/locate.database $ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

Re: httpd.conf

2004-11-24 Thread Dick Davies
* metallarch <[EMAIL PROTECTED]> [1131 16:31]: > > I made a virtualhost on apache 2.0 .. > Here is my configs > rc.conf: > gateway_enable="yes" > ifconfig_rl0="inet 192.168.0.249 netmask 255.255.255.0" > ifconfig_rl0_alias0="inet 192.168.1

Re: httpd.conf

2004-11-24 Thread Joshua Lokken
On Wed, 24 Nov 2004 16:35:02 +, Dick Davies <[EMAIL PROTECTED]> wrote: > * metallarch <[EMAIL PROTECTED]> [1131 16:31]: > > > > > > I made a virtualhost on apache 2.0 .. > > Here is my configs > > rc.conf: > > gateway_enable="yes" > > ifconfig_rl0="inet 192.168.0.249 netmask 255.255.255.0" >

Re: httpd.conf

2004-11-24 Thread Peter Risdon
Joshua Lokken wrote: On Wed, 24 Nov 2004 16:35:02 +, Dick Davies <[EMAIL PROTECTED]> wrote: * metallarch <[EMAIL PROTECTED]> [1131 16:31]: I made a virtualhost on apache 2.0 .. Here is my configs rc.conf: gateway_enable="yes" ifconfig_rl0="inet 192.168.0.249 netmask 255.255.255.0" ifconfig_rl0

Re: $ locate httpd.conf

2003-07-27 Thread Frank Reppin
Hello, DanB wrote: When I try to use locate on my new box I get this below. What do I need to do to make it work? run /etc/periodic/weekly/310.locate manually, ie `sh /etc/periodic/weekly/310.locate` and the locate.database gets build. HTH, best regards, Frank Reppin -- 43rd Law of Compu

Re: $ locate httpd.conf

2003-07-27 Thread Jonas Anderson
On Sun, 27 Jul 2003, DanB wrote: > When I try to use locate on my new box I get this below. What do I > need to do to make it work? > Dan > > > $ locate httpd.conf > locate: database too small: /var/db/locate.database Use /usr/libexec/locate.updatedb .. That should fi

Re: $ locate httpd.conf

2003-07-27 Thread Daniel Bye
On Sun, Jul 27, 2003 at 02:03:17PM +, DanB wrote: > When I try to use locate on my new box I get this below. What do I > need to do to make it work? When you first install the box, the script that generates the locatedb does not run. You can either wait until the first weekly periodic run,

Re: $ locate httpd.conf

2003-07-27 Thread Kirk Strauser
At 2003-07-27T14:21:24Z, Jonas Anderson <[EMAIL PROTECTED]> writes: > Use /usr/libexec/locate.updatedb .. That should fix your problem. Unfortunately, you have to be root to run that. Unless you, as root, instruct it to run as 'nobody', it has full access to index every file on the hard drive, i

Re: $ locate httpd.conf

2003-07-27 Thread Sunil Sunder Raj
Hi, Run /etc/periodic/weekly/310.locate Regards SSR From: DanB <[EMAIL PROTECTED]> To: freebsd <[EMAIL PROTECTED]> Subject: $ locate httpd.conf Date: Sun, 27 Jul 2003 14:03:17 + When I try to use locate on my new box I get this below. What do I need to do to make it work?

mod_php5 does not configure Apache httpd.conf

2005-12-15 Thread Jose Borquez
The FreeBSD handbook says if you install mod_php5 it should modify the httpd.conf file to enable support for php5, but it does not happen. The handbooks says it should add this: DirectoryIndex index.php index.html I only see: DirectoryIndex index.php index.php3

Placement of XBitHack in httpd.conf file

2005-09-25 Thread Gerard Seibert
Reading up on the XBitHack statement for the Apache2 httpd.conf file, tell s me what it does, but not where to place it in the configuration file. Does it make any difference, or can I just place it anywhere? -- Gerard [EMAIL PROTECTED] ___ freebsd

Apache from the ports - default httpd.conf deleted

2005-03-18 Thread Danny
FreeBSD 4.7R (yah I know I need to update this) apache+mod_ssl-1.3.33+2.8.22 The Apache 1.3 webserver with SSL/TLS functionality I accidentally deleted the default ("out of the box") httpd.conf for my Apache install. Could someone please help by supplying their httpd.conf for 1.3.33

Re: Apache from the ports - default httpd.conf deleted

2005-03-18 Thread Peter Giessel
On Friday, March 18, 2005, at 11:18AM, Danny <[EMAIL PROTECTED]> wrote: >Could someone please help by supplying their httpd.conf for 1.3.33 or >direct me to a place to download a full default httpd.conf? if you just cd /usr/ports/www/apache13 then "make" (not "make

Re: Apache from the ports - default httpd.conf deleted

2005-03-18 Thread Alejandro Pulver
On Fri, 18 Mar 2005 15:17:49 -0500 Danny <[EMAIL PROTECTED]> wrote: > FreeBSD 4.7R (yah I know I need to update this) > > apache+mod_ssl-1.3.33+2.8.22 The Apache 1.3 webserver with SSL/TLS > functionality > > I accidentally deleted the default ("out of the box

httpd.conf apcahe2 how to make php5 module work ?

2005-01-30 Thread Gert Cuykens
# # Based upon the NCSA server configuration files originally by Rob McCool. # # This is the main Apache server configuration file. It contains the # configuration directives that give the server its instructions. # See http://httpd.apache.org/docs-2.0/> for detailed information about # the direct

Re: Apache from the ports - default httpd.conf deleted (Solved)

2005-03-18 Thread Danny
On Fri, 18 Mar 2005 11:36:06 -0900, Peter Giessel <[EMAIL PROTECTED]> wrote: > On Friday, March 18, 2005, at 11:18AM, Danny <[EMAIL PROTECTED]> wrote: > > >Could someone please help by supplying their httpd.conf for 1.3.33 or > >direct me to a place to download a fu

Re: httpd.conf apcahe2 how to make php5 module work ?

2005-01-30 Thread Daniel S. Haischt
Can you clearly state your question before posting an apache configuration file? Basically PHP5 can be enable adding the line ... LoadModule php5_modulelibexec/apache2/libphp5.so to /usr/local/etc/apache2/http.conf. Or if the line is already there but commented out, please remove the hash

php5-5.2.3_1 / website behaves as if not enabled in httpd.conf

2007-09-11 Thread Zbigniew Szalbot
URL, it shows directory content. After hitting reload in browser (tested with both FF and IE), the page is shown. My first thought was checking httpd.conf DirectoryIndex index.php index.php3 index.html and also AddType application/x-tar .tgz AddType

php5-5.2.3_1 / website behaves as if not enabled in httpd.conf

2007-09-11 Thread Ian Smith
ve been here. > My first thought was checking httpd.conf > > > DirectoryIndex index.php index.php3 index.html > > > and also > AddType application/x-tar .tgz > AddType application/x-httpd-php .php > AddType applic

Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf

2007-09-11 Thread Zbigniew Szalbot
is > more strange is that when I click reload, the website is indeed loaded > into browser! So when I first type an URL, it shows directory content. > After hitting reload in browser (tested with both FF and IE), the page > is shown. > > My first thought was checking httpd.conf

Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf

2007-09-11 Thread Eric
Zbigniew Szalbot wrote: Hello again, 2007/9/11, Zbigniew Szalbot <[EMAIL PROTECTED]>: Dear all, My next (not so brillian thought) was to refresh apache. And when I now try to start apache, I get core dumps.. Sep 11 21:47:45 szalbot kernel: pid 71766 (httpd), uid 0: exited on signal 11 (core

Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf

2007-09-12 Thread Zbigniew Szalbot
(tested with both FF and IE), the page > > is shown. > > Except for the reload bit - perhaps I never tried that - I've been here. > > > My first thought was checking httpd.conf > > > > > > DirectoryIndex index.php index.php3 inde

Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf

2007-09-12 Thread Tom Ierna
On Sep 12, 2007, at 3:23 AM, Zbigniew Szalbot wrote: Everything is fine here. But I think now that the problem is not with apache but with php. It does not even matter if I do start or startssl. In both instances the httpd server dies. The reason I think it is php-related is that when I issue ph

Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf

2007-09-12 Thread Ian Smith
m on digests here which can take half a day unless you cc me, so I hope you've made some progress by now .. no, nothing obvious, but: I'd be trying to separate these two problems: save configs, comment out all of the php stuff in httpd.conf and ge

Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf

2007-09-12 Thread Zbigniew Szalbot
me machine on > > which I do not need all the greatest and latest. > > > > If there's nothing obvious that comes to your mind I will try posting > > it on a php list. > > Sorry, I'm on digests here which can take half a day unless you cc me, > so I hop

Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf

2007-09-12 Thread Mel
> > into browser! So when I first type an URL, it shows directory content. > > > After hitting reload in browser (tested with both FF and IE), the page > > > is shown. > > > > Except for the reload bit - perhaps I never tried that - I've been here. >

Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf

2007-09-12 Thread Eric
Mel wrote: On Wednesday 12 September 2007 09:23:19 Zbigniew Szalbot wrote: Hi there again, Change the order of the extensions in extensions.ini. Each upgrade the order is magically different, but the following comments I've assembled over time: $ grep '^;' /usr/local/etc/php/extensions.ini

Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf

2007-09-12 Thread Mel
On Wednesday 12 September 2007 20:51:52 Zbigniew Szalbot wrote: > There's only one problem left to be solved - files with php extensions > are not really shown in browser until I click RELOAD. Files with html > extensions are shown without the need to reload. Thanks for your > patience! To try an

Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf

2007-09-12 Thread Zbigniew Szalbot
Hello, 2007/9/12, Mel <[EMAIL PROTECTED]>: > On Wednesday 12 September 2007 20:51:52 Zbigniew Szalbot wrote: > > > There's only one problem left to be solved - files with php extensions > > are not really shown in browser until I click RELOAD. Files with html > > extensions are shown without the n

Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf

2007-09-12 Thread Eric
Zbigniew Szalbot wrote: Hello, 2007/9/12, Mel <[EMAIL PROTECTED]>: On Wednesday 12 September 2007 20:51:52 Zbigniew Szalbot wrote: There's only one problem left to be solved - files with php extensions are not really shown in browser until I click RELOAD. Files with html extensions are shown

Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf

2007-09-12 Thread Zbigniew Szalbot
a/test/ > > > > access-log: > > "GET / HTTP/1.1" 403 302 > > > > Maybe I will have to say reconcile with php 4.4.7 after all. > > > > > maybe this was already mentioned, but what do you have DirectoryIndex > set to? > > it should look som

Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf

2007-09-12 Thread Mel
On Wednesday 12 September 2007 21:28:45 Eric wrote: > Mel wrote: > > On Wednesday 12 September 2007 09:23:19 Zbigniew Szalbot wrote: > >> Hi there again, > > > > Change the order of the extensions in extensions.ini. Each upgrade the > > order is magically different, but the following comments I've

Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf [SOLVED]

2007-09-12 Thread Zbigniew Szalbot
> > Maybe I will have to say reconcile with php 4.4.7 after all. > > > > > > > > > maybe this was already mentioned, but what do you have DirectoryIndex > > set to? > > > > it should look something like: > > > > Direct

Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf [SOLVED]

2007-09-12 Thread Mel
test/ > > > > > > > > access-log: > > > > "GET / HTTP/1.1" 403 302 > > > > > > > > Maybe I will have to say reconcile with php 4.4.7 after all. > > > > > > maybe this was already mentioned, but what do you

Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf [SOLVED]

2007-09-12 Thread Ian Smith
gt; it should look something like: > > > > > > DirectoryIndex index.html index.php > > > > All is fine here. I do have index.php listed. The file httpd.conf came > > almost without any modification (apart from usual php4 replaced php5 >