Re: [users@httpd] Certificate Bug

2013-12-27 Thread Dan Mahoney, System Admin
On Wed, 18 Dec 2013, Dan Mahoney, System Admin wrote: All, We're in the process of spinning off our support department from one domain to another. This seemed simple enough, but the SSL is challenging. I'd like to ask about a weird certificate bug that I've encountered. The issue is prett

Re: [users@httpd] Can't start server due to dll

2013-12-27 Thread Fred Miller
Thank you, Yehuda. Fred On Fri, Dec 27, 2013 at 12:06 PM, Yehuda Katz wrote: > PHP should be in your PATH. My solution was to add the entire PHP > directory (for me: C:\Web\PHP5\) to the path. > How to set the path and environment variables in > Windows

[users@httpd] alias issue on mac

2013-12-27 Thread Érico
Hi I have compile httpd local in my macbook ( macos 10.6.8 ) and I am trying to configure an alias to use mysqladmin For this I have created the following alias in my http.conf : #ServerName www.example.com:80 ServerName localhost:80 # directives as to Alias. # ScriptAlias /cgi-bi

Re: [users@httpd] Can't start server due to dll

2013-12-27 Thread Yehuda Katz
PHP should be in your PATH. My solution was to add the entire PHP directory (for me: C:\Web\PHP5\) to the path. How to set the path and environment variables in Windows And this is my PHP configuration (for Apache 2.4, but it is basically the same

[users@httpd] Can't start server due to dll

2013-12-27 Thread Fred Miller
I've tried following instructions for php5 with Apache server on Windows XP. I've followed all the instructions for modifying the conf file, and the dll file for php is in the php5 folder for php5apache2_2.dllbut every time I try to start the server it fails saying it can't find that dll file.

[users@httpd] Apache Reverse proxy

2013-12-27 Thread vitthal.tcs
Hello Everyone, Need help from experts. I want to expose backend https servers over internet through reverse proxy. Backend servers are already have SSL certificates. Do I need to install SSL on reverse proxy too. If I redirect external users requests to https server via reverse proxy then