[CWB] [CQPweb] Final step? Getting Apache to point at CQPweb's root directory
Scott Sadowsky
ssadowsky at gmail.com
Thu May 9 12:32:40 CEST 2019
Hi All,
Except for the problem pointed out by Peter yesterday [1], which I'm also
facing, I seem to be just a step or two away from having a working CQPweb
install. I just can't get Apache to point to CQPweb's directory as its
document root. In /etc/apache2/sites-available/cqpweb.conf I've got the
following, which I would think would be enough:
<Directory "/var/www/html/cqpweb">
AllowOverride None
Require all granted
Options FollowSymlinks
</Directory>
But alas, Apache opens one of those typical "Welcome to Apache" pages
rather than /var/www/html/cqpweb/index.php, which consists of <?php
require('lib/mainhome.php');, and so is clearly not what's being opened.
Could someone point me in the right direction? I've tried both AllowOverride
None (as per the admin manual) and AllowOverride All (as per Stefan's
instruction document), to no avail.
Cheers,
Scott
[1] PHP Notice: Undefined property: NotAFullConfig::$blowfish_cost in
/var/www/html/CQPweb/lib/useracct-lib.php on line 756
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://liste.sslmit.unibo.it/pipermail/cwb/attachments/20190509/3deb77f6/attachment.html>
More information about the CWB
mailing list