Re: 5.2 amd64 php and apache problem

2013-02-09 Thread ole
Hi Matthias I dont know if this is any help to you, but I managed to get my php/mysql running by following the guide at: http://www.h-i-r.net/2009/10/oamp-openbsd-46-chroot-apache-mysql-php.html it worked for 5.2 as well. From that information I also made a small startup script: sudo rm

Re: 5.2 amd64 php and apache problem

2013-02-09 Thread Stuart Henderson
On 2013-02-09, ole ole.hellqv...@gmail.com wrote: Hi Matthias I dont know if this is any help to you, but I managed to get my php/mysql running by following the guide at: http://www.h-i-r.net/2009/10/oamp-openbsd-46-chroot-apache-mysql-php.html it worked for 5.2 as well. From that

Re: 5.2 amd64 php and apache problem

2013-02-05 Thread Stuart Henderson
On 2013-02-04, Matthias Appel appel.matth...@gmail.com wrote: Activated apache, enabled ssl and changed config, so apache is reachable via IPv4 and v6...no further changes to httpd.conf Installed php-5.3.14p1.tgz and create the syslink as I were told (as far as I can see, there should be no

Re: 5.2 amd64 php and apache problem

2013-02-05 Thread Tomasz Marszal
by defeult the /var/www is a directory for chrooted apache and in this directory is dir htdocs try to place Your script in this directory or change this directory on other by changing apache behaviour in conf/httpd.conf On Mon, 04 Feb 2013 19:54:51 +0100, Matthias Appel appel.matth...@gmail.com

5.2 amd64 php and apache problem

2013-02-04 Thread Matthias Appel
Hi List, I have a problem with apache and php and hope you guys (and gals!) can help me. This is what I did/tried up to now. Activated apache, enabled ssl and changed config, so apache is reachable via IPv4 and v6...no further changes to httpd.conf Installed php-5.3.14p1.tgz and create

Re: 5.2 amd64 php and apache problem

2013-02-04 Thread James Griffin
-- Matthias Appel appel.matth...@gmail.com [2013-02-04 18:40:48 +0100]: Hi List, I have a problem with apache and php and hope you guys (and gals!) can help me. ... Can anybody help me to get this php thing working, I dont want to write my web-scripts in C ;-) Regards, Matthias

Re: 5.2 amd64 php and apache problem

2013-02-04 Thread James Shupe
Why is that in the cgi-bin directory to begin with? Do you have shorttags enabled in php.ini? -- James Shupe [demime 1.01d removed an attachment of type application/pgp-signature which had a name of signature.asc]

Re: 5.2 amd64 php and apache problem

2013-02-04 Thread Matthias Appel
Am 04.02.2013 19:05, schrieb James Griffin: -- Matthias Appel appel.matth...@gmail.com [2013-02-04 18:40:48 +0100]: Hi List, I have a problem with apache and php and hope you guys (and gals!) can help me. ... Can anybody help me to get this php thing working, I dont want to write my

Re: 5.2 amd64 php and apache problem

2013-02-04 Thread Matthias Appel
Am 04.02.2013 19:10, schrieb James Shupe: Why is that in the cgi-bin directory to begin with? Do you have shorttags enabled in php.ini? As mentioned, it's pretty much vanilla configuration...so i can be sure cgi-bin/ is allowed for script executionbut httpd.conf will be changed, as soon

Apache-problem

2006-09-03 Thread Jon Sjöstedt
Hello! I have just enabled and tested some stuff with the 3.9-apache server. The predefined It Worked!-page works as expected. I have added one more directory by adding Directory /var/www/htdocs/my_test Options MultiViews AllowOverride None Order allow,deny Allow from all

Re: Apache-problem

2006-09-03 Thread openbsd misc
Hello! Hello, I have just enabled and tested some stuff with the 3.9-apache server. The predefined It Worked!-page works as expected. I have added one more directory by adding Directory /var/www/htdocs/my_test Options MultiViews AllowOverride None Order allow,deny Allow

Re: Apache-problem

2006-09-03 Thread Stuart Henderson
it from the internal (192.168.1.*) network the returned address is my hostname (which can not be looked up in any DNS). Set ServerName to the IP address, or fix your DNS.

Re: Apache-problem

2006-09-03 Thread openbsd misc
it from the internal (192.168.1.*) network the returned address is my hostname (which can not be looked up in any DNS). Set ServerName to the IP address, or fix your DNS. Depends on his setup and what he wants to do. I think he wants to use different names to access the same page

out of filehandles/ too many users/ mysql and apache problem

2006-05-05 Thread John Brahy
How do I increase my available filehandles? I tried sysctl kern.maxfiles=32768 but it doesn't seem to help. The reason that i think I need to increase my filehandles is because I'm averaging about 1200 simutaneos users on a website that I'm hosting and the mysql database keeps crashing with

Re: out of filehandles/ too many users/ mysql and apache problem

2006-05-05 Thread Chris Cappuccio
/etc/login.conf class daemon openfiles-cur John Brahy [EMAIL PROTECTED] wrote: How do I increase my available filehandles? I tried sysctl kern.maxfiles=32768 but it doesn't seem to help. The reason that i think I need to increase my filehandles is because I'm averaging about 1200

Re: out of filehandles/ too many users/ mysql and apache problem

2006-05-05 Thread Daniel Ouellet
John Brahy wrote: How do I increase my available filehandles? I tried sysctl kern.maxfiles=32768 but it doesn't seem to help. The reason that i think I need to increase my filehandles is because I'm averaging about 1200 simutaneos users on a website that I'm hosting and the mysql database keeps