You are not logged in.

#1 2014-07-27 16:38:27

koyal13
Member
Registered: 2012-06-21
Posts: 3

Error Apache configuration when I install OwnCloud 7

I followed steps on ArchWiki to install Owncloud, but when I try to start/restart httpd service, appear this output:

# systemctl status httpd
httpd.service - Apache Web Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled)
Active: failed (Result: exit-code) since dom 2014-07-27 17:22:40 UTC; 2s ago
Process: 8789 ExecStop=/usr/bin/apachectl graceful-stop (code=exited, status=1/FAILURE)
Process: 8856 ExecStart=/usr/bin/apachectl start (code=exited, status=1/FAILURE)
Main PID: 6178 (code=exited, status=0/SUCCESS)

jul 27 17:22:40 localhost apachectl[8856]: AH00526: Syntax error on line 9 of /etc/httpd/conf/extra/owncloud.conf:
jul 27 17:22:40 localhost apachectl[8856]: Invalid command 'php_admin_value', perhaps misspelled or defined by a module not included in the server configuration
jul 27 17:22:40 localhost systemd[1]: httpd.service: control process exited, code=exited status=1
jul 27 17:22:40 localhost systemd[1]: Failed to start Apache Web Server.
jul 27 17:22:40 localhost systemd[1]: Unit httpd.service entered failed state.

I tried with differents configurations in owncloud.conf file, but always there is the same error. I just can avoid it deleting php_admin_value line, but of course Owncloud is approachless.

Here you can see all my server configurations:

Please, I need help.
Thanks

Last edited by koyal13 (2014-07-28 13:22:58)

Offline

#2 2014-08-03 18:11:25

F1y3r
Member
Registered: 2007-09-28
Posts: 61

Re: Error Apache configuration when I install OwnCloud 7

That's odd. It should work without that line as long as php.ini open_basedir would contain those same paths.

Have you checked that php is configured properly and working? Is phpinfo(); page displaying everything as it should?

Offline

Board footer

Powered by FluxBB