Displaying 5 results from an estimated 5 matches for "ah00526".
Did you mean:
200526
2015 Nov 16
2
FCGIWrapper
Hi,
I am setting up my development environment. I am new to linux.
I installed Apache on CentOS 7.0. I modified /etc/httpd/conf/httpd.conf and
tried to restart Apache.
I got the below error'
AH00526: Syntax error on line 393 of /etc/httpd/conf/httpd.conf
Wrapper /home/currencybooking/fcgi-bin/php5.fcgi cannot be accessed:...enied
The line no 393 in /etc/httpd/conf/httpd.conf is
FCGIWrapper /home/currencybooking/fcgi-bin/php5.fcgi .php
Later I tried to install FCGIWrapper.
[root at cbcdev m...
2015 May 11
6
Authenticating Apache Against Active Directory
...ttempt to restart Apache. I get the following.
root at nagios:~# service apache2 restart
* Restarting web server
apache2
[fail]
* The apache2 configtest failed.
Output of config test was:
AH00526: Syntax error on line 159 of /etc/apache2/apache2.conf:
Unknown Authn provider: ldap
Action 'configtest' failed.
The Apache error log may have more information.
I'm not seeing anything of help in the Apache logs.
--
-James
2015 Jan 16
0
Failure to start HTTPD after the most `yum update` on CentOS 7
[root at juno1 ~(keystone_admin)]# /usr/sbin/httpd -D FOREGROUND
AH00548: NameVirtualHost has no effect and will be removed in the next release /etc/httpd/conf/ports.conf:7
AH00526: Syntax error on line 18 of /etc/httpd/conf.d/ssl.conf:
Invalid command 'SSLPassPhraseDialog', perhaps misspelled or defined by a module not included in the server configuration
Current version installed . Issue raised up as `yum update` on 01/16/2014
[root at juno1 ~(keystone_admin)]# r...
2015 Nov 17
0
FCGIWrapper
On Tue, Nov 17, 2015 at 06:33:35AM +0800, Siva Prasad Nath wrote:
> Hi,
> I am setting up my development environment. I am new to linux.
> I installed Apache on CentOS 7.0. I modified /etc/httpd/conf/httpd.conf and
> tried to restart Apache.
> I got the below error'
> AH00526: Syntax error on line 393 of /etc/httpd/conf/httpd.conf
> Wrapper /home/currencybooking/fcgi-bin/php5.fcgi cannot be accessed:...enied
>
> The line no 393 in /etc/httpd/conf/httpd.conf is
> FCGIWrapper /home/currencybooking/fcgi-bin/php5.fcgi .php
SELinux is going to not let you run...
2015 May 11
0
Authenticating Apache Against Active Directory
...owing.
>
> root at nagios:~# service apache2 restart
> * Restarting web server
> apache2
> [fail]
> * The apache2 configtest failed.
> Output of config test was:
> AH00526: Syntax error on line 159 of /etc/apache2/apache2.conf:
> Unknown Authn provider: ldap
> Action 'configtest' failed.
> The Apache error log may have more information.
>
> I'm not seeing anything of help in the Apache logs.
>
Have you enabled the Apache LDAP module...