ClearFoundation Tracker - ClearOS
View Issue Details
0001661ClearOSapp-web-server - Web Serverpublic2014-04-09 10:372014-06-25 09:36
user2 
user2 
normalminorN/A
closedfixed 
 
6.6.0 Beta 26.6.0 Beta 2 
0001661: Make sure httpd.conf is not overriding the settings for /var/www/html
Depending on the ordering in the httpd.conf file, the /var/www/html definition might override the settings in the conf.d definition.
No tags attached.
Issue History
2014-04-09 10:37user2New Issue
2014-04-09 10:39user2Statusnew => confirmed
2014-04-10 08:51marclaporteNote Added: 0001171
2014-04-22 13:34user2Target Version6.5.0 Updates => 6.6.0 Beta 1
2014-05-08 08:09user2Target Version6.6.0 Beta 1 => 6.6.0 Beta 2
2014-05-21 15:15marclaporteNote Added: 0001178
2014-05-26 12:17marclaporteNote Added: 0001181
2014-06-02 13:18user2Statusconfirmed => resolved
2014-06-02 13:18user2Fixed in Version => 6.6.0 Beta 2
2014-06-02 13:18user2Resolutionopen => fixed
2014-06-02 13:18user2Assigned To => user2
2014-06-02 13:32user2Note Added: 0001201
2014-06-25 09:36user2Statusresolved => closed

Notes
(0001171)
marclaporte   
2014-04-10 08:51   
As of 2014-04-10, with the clearos-updates-testing repo, and thus the recent overhauled "Web Server" engine, .htaccess is not taken into account.

Thanks!
(0001178)
marclaporte   
2014-05-21 15:15   
As of 2014-05-21, using the Tiki app installer of CO 6.6 Beta via:
yum --enablerepo=clearos-updates-testing install app-tiki

.htaccess is not taken into account. Visiting a example.org/abc returns:
Not Found
The requested URL /var/clearos/tiki/webroot/live/route.php was not found on this server.

Also, tiki-check.php reports "Your RewriteBase is not set correctly in .htaccess. Search Engine Friendly URLs are not going to work like that. It should be set to "/tiki"."

On a related note:
PHP 5.5 / PHP 5.6 : what is the best way to get on ClearOS 6.x ?
http://www.clearfoundation.com/component/option,com_kunena/Itemid,232/catid,17/func,view/id,61167/limit,10/limitstart,10/#61721 [^]

Thanks!
(0001181)
marclaporte   
2014-05-26 12:17   
Today, on a fresh install of Tiki via yum install app-tiki on ClearOS 6.6 beta 1, I configured the system to install Tiki at the root of the system (in this case a subdomain), and the .htaccess is taken into account. Great!

It's really nice that we are not forced to install on a subdomain or subdirectory.

The rest is more for another ticket, but just writing notes here until I open it:
* Tiki authentication via OpenLDAP is broken in 12.0, but fixed in 12.2, so can be tested when we upgrade.
* Since the DB schema changed a bit between 12.0 and 12.2, the following command needs to be run: php console.php database:update

Thanks!!
(0001201)
user2   
2014-06-02 13:32   
Since users may have already customized the httpd.conf, this fix will only be applied to:

- new installs
- old installs using the default configuration

If you have customized your httpd.conf file, please review the <Directory "/var/www/html"> section in httpd.conf.