( kalmarr | 2012. 03. 11., v – 19:08 )

Hát igen! Telepítés és ismerkedés közben belefúttam ezekbe a dolgokba.

Több módszert néztem, teszteltem, de szerintem a webacula telepítésére ez az orosz site a legjobb.

http://ceekay80.blogspot.com/2010/06/baculawebacula-ubuntu-server.html

Ha lefuttatom a tesztet, akkor hibát talál
apache2ctl configtest

---
Syntax error on line 4 of /etc/apache2/sites-enabled/webacula:
AllowOverride not allowed here
Action 'configtest' failed.
The Apache error log may have more information.
---

/etc/init.d/apache2 reload
---
Syntax error on line 4 of /etc/apache2/sites-enabled/webacula:
AllowOverride not allowed here
Action 'configtest' failed.
The Apache error log may have more information.
failed!
---

A kérdéses file tartalma:

---
Alias "/webacula" "/var/www/webacula/html"

Options Indexes FollowSymLinks
AllowOverride All
Order deny,allow
Allow from 127.0.0.1
Allow from 192.168.0.12/255.255.255.0
AuthType Basic
AuthName "Webacula"
AuthUserFile /etc/apache2/webacula.users
Require valid-user
---

Szerintem most ezért nem akar működni a megadott címen a "webacula" - localhost/webacula

U.I.

Kezdem érteni, hogy miért látom a phpmyadmint is ;)