Kemito Posted November 5, 2010 Report Share Posted November 5, 2010 Sveiki, esmu sadūries mazliet ar apache konfigurāciju. Lieta tāda, ka taisot lapu viss kārtībā ir ar .htaccess, bet uzliekot kādu spēcīgāku lapu tā teikt ( framework, cms ) utml. izmet 500 error paziņojumu. Esmu ielādējis VISUS moduļus apačē, restartējis serveri tapēc šādas lietas lūdzu nepieminat, ja vaig iekopēt moduļu sarakstu utml. varu to izdarīt. Vienīgais ko esmu izdarījis tai attiecīgai vietnei esmu nomainījis root mapi. tb - man ir vhosts virsū un vienai vhost mapei esmu tikai pamainījis root, dēļ kodēšanas principa utml. lietām. Varbūt kāds spēj palīdzēt? Adrese ar kļūdas paziņojumu: http://req.lv Paldies jau iepriekš. Quote Link to comment Share on other sites More sharing options...
cilveks Posted November 5, 2010 Report Share Posted November 5, 2010 Apache error logfailā būs detalizētāks info. Kas logfailā rakstīts? Quote Link to comment Share on other sites More sharing options...
Kemito Posted November 5, 2010 Author Report Share Posted November 5, 2010 Access logos rādas šitas: Nu ja nemaldos tad: [Fri Nov 05 11:15:23 2010] [alert] [client 212.142.90.208] /var/www/nice1/data/www/req.lv/public/.htaccess: Option MultiViews not allowed here [Fri Nov 05 11:15:24 2010] [alert] [client 212.142.90.208] /var/www/nice1/data/www/req.lv/public/.htaccess: Option MultiViews not allowed here Laikam šī būs kļūda līdz ar to, varbūt kāds zina kautko par šo? Quote Link to comment Share on other sites More sharing options...
cilveks Posted November 5, 2010 Report Share Posted November 5, 2010 (edited) Atļaujam MultiViews lietot htaccess failā. http://mathiasbynens.be/notes/apache-allowoverride-all Edited November 5, 2010 by cilveks Quote Link to comment Share on other sites More sharing options...
Kemito Posted November 5, 2010 Author Report Share Posted November 5, 2010 Mans .htaccess fails: <Directory /> Options FollowSymLinks AllowOverride AuthConfig FileInfo Indexes Limit Options=All,MultiViews Order deny,allow Deny from all </Directory> RewriteEngine On Options FollowSymLinks MultiViews RewriteCond %{HTTP_HOST} ^www\.req\.lve$ [NC] RewriteRule ^(.*)$ http://req.lv/$1 [R=301,L] RewriteCond %{REQUEST_URI} !\.(css|png|js|jpg|gif|jpeg|avi|mp3|zip) RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?q=$1 [QSA,L] Bet tā pat nevēlas strādāt man viņš :( Quote Link to comment Share on other sites More sharing options...
cilveks Posted November 5, 2010 Report Share Posted November 5, 2010 (edited) AllowOverride tev jāraksta apache konfig failā, vai nu globāli vai nu pie attiecīgā hosta konfigurācijas. Edited November 5, 2010 by cilveks Quote Link to comment Share on other sites More sharing options...
Kemito Posted November 5, 2010 Author Report Share Posted November 5, 2010 (edited) Nu šito palasīju un skats uz pasauli ir tāds: <Directory /var/www/nice1/data/www/req.lv> php_admin_value open_basedir "/var/www/nice1/data:." Options FollowSymLinks AllowOverride AuthConfig FileInfo Indexes Limit Options=All,MultiViews Order deny,allow Deny from all Options +ExecCGI </Directory> EDIT: Palēnām kautkas sāk darboties :D EDIT: viss strādā, paldies cilvēkam Edited November 5, 2010 by Kemito Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.