Jump to content
php.lv forumi

Apache konfigurācija


Recommended Posts

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š.

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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ņš :(

Link to comment
Share on other sites

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 by Kemito
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...