You are not logged in.
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:
owncloud.conf http://paste.kde.org/pmlmzefkn
httpd.conf http://paste.kde.org/pq1gxmeif
php.ini http://paste.kde.org/pcdcfa98f
Please, I need help.
Thanks
Last edited by koyal13 (2014-07-28 13:22:58)
Offline
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