Re: [users@httpd] php libraries

2012-11-07 Thread Hendrik Schmieder
Norman Fournier schrieb: Hello, I am upgrading my php from 4 to 5 on OSX 10.4. The upgrade docs pointed me to the Apache UNIX install guide. I uncommented the appropriate sections of httpd.conf but php 4x is returned with phpinfo.php. My question is where do I put the php 5 files in the OSX h

Re: [users@httpd] Apache not honoring SUID/GUID or FACL

2012-11-07 Thread Dan
Thanks Noel. We can use VSFTPD for developer access post-install via WordPress, and could in theory use umask in the apache startup script to set apache's umask (even though as stated in my OP that it wasn't working), but I'd rather not set up an FTP daemon and stick with chrooted SFTP access inst

Re: [users@httpd] Need help with multiple SSL certs + multiple domains

2012-11-07 Thread Pete Houston
Make sure each set of virtual hosts which requires a different certificate is run on a unique IP+port combination. eg: IP:PortServernameCertificate 10.0.0.1:8000 www.foo.com *.foo.com 10.0.0.1:8000 www2.foo.com *.foo.com 10.0.0.1:8001 www.bar.com *.bar.com 10.0.0.1:8001 www2.b

Re: [users@httpd] Need help with multiple SSL certs + multiple domains

2012-11-07 Thread Phusion
What are some other ways to do this besides SNI? - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org