<VirtualHost *:80>
DocumentRoot /var/www/newscoop-4.0/newscoop
ServerName localhost
ServerAdmin foo@bar.org
<Directory /var/www/newscoop-4.0/newscoop>
DirectoryIndex index.php
AllowOverride all
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Once this file is created wiki says to issue command: a2dissite, a2ensite,, etc...
I *do not* have any of these 3 commands on openSUSE 12.2, nor have I ever encountered them
in the past. Anyone familiar w/set-up on openSUSE??? I'm neither a coder nor a web-admin;
just an average guy seeking to set-up a server w/website that I control directly.
Thanks for reading. Have A Healthy, Prosperous Day!!
---rob
<VirtualHost *:80>restart apache server
DocumentRoot /var/www/newscoop-4.0/newscoop
ServerName localhost
ServerAdmin foo@bar.org
<Directory /var/www/newscoop-4.0/newscoop>
DirectoryIndex index.php
AllowOverride all
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Ok, I did fresh install of openSUSE 12.2, created mysql db w/mysql_secure_install to configure root for mysql, created newscoop db w/user + password, reloaded (flushed) privileges. Then created /etc/apache2/vhosts.d/newscoop.conf, verified via mysql that newscoop db exits, verified newscoop user exists, etc., etc., etc. Now this error when attempt to reload/restart apache2:
[code]:
systemctl status apache2.service
apache2.service - apache
Loaded: loaded (/lib/systemd/system/apache2.service; enabled)
Active: failed (Result: exit-code) since Fri, 22 Feb 2013 14:59:08 -0500; 8min ago
Process: 5619 ExecStop=/usr/sbin/httpd2 -D SYSTEMD -k stop (code=exited, status=1/FAILURE)
Process: 8817 ExecStart=/usr/sbin/start_apache2 -D SYSTEMD -k start (code=exited, status=1/FAILURE)
Main PID: 5276 (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/apache2.service
[code] <end>
I'm doing my best to follow the above instructions, am lost again! Any help please??
Have A Healthy, Prosperous Day!!
---robert
OK ... I've reached the install/admin page which asks for mysql db user/password , etc. php5-APC is working and so is mod_rewrite!! I double-checked the mysql user + db password on cli, it works!
But...when I use same user/password on page 3 or 4 of install sequence I get this error:
"Error: Database parameters invalid. Could not connect to database server."
Any clue or advice greatly appreciated!
---rob
It looks like you're new here. If you want to get involved, click one of these buttons!