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