Naujausias pranešimas: Samba kritinis pažeidžiamumas
frame

Sveiki apsilankę!

Jei forume lankaisi pirmą kartą, kviečiame registruotis ir prisijungti prie diskusijų.

Prisijungti Registruotis

nuolatinė klaida 500

vygismvygism Naujokas (-ė)
edited 2012 birželio 15 Į Pagalba
Atsiprašau už mano lietuvių!

Aš mėginu įdiegti CMS - reikalavimai:
SimpleXML
ZipArchive
Apache mod_rewrite
Curl
GD Library

nuolatinė klaida 500.
Prašome padėti man įsteigti...

Komentarai

  • MiXFiXMiXFiX Dalyvis (-ė)
    edited 2012 birželio 14
    Turbūt serveryje nėra įjungtas .htaccess ir rewrite moduliai.
  • IV_RomanLIV_RomanL Interneto vizija
    edited 2012 birželio 15
    Sveiki,

    gal galite pateikti paskutines 20 eilučių esančių serveryje, faile error_log ? Šis failas gali būti rastas aplanke /var/log/httpd .
  • vygismvygism Naujokas (-ė)
    edited 2012 birželio 15
    Cia logo dalis paimta is webmin paneles :
    [Thu Jun 14 18:55:31 2012] [alert] [client 81.198.80.255] /home/vygis.net/public_html/.htaccess: Options not allowed here
    [Thu Jun 14 18:55:32 2012] [alert] [client 81.198.80.255] /home/vygis.net/public_html/.htaccess: Options not allowed here
    [Thu Jun 14 19:06:41 2012] [error] [client 81.198.80.255] File does not exist: /home/vygis.net/public_html/admin
    [Thu Jun 14 19:06:44 2012] [error] [client 81.198.80.255] Directory index forbidden by Options directive: /home/vygis.net/public_html/
    [Thu Jun 14 19:30:46 2012] [error] [client 81.198.80.255] Directory index forbidden by Options directive: /home/vygis.net/public_html/
    [Thu Jun 14 19:32:23 2012] [alert] [client 81.198.80.255] /home/vygis.net/public_html/.htaccess: RewriteBase takes one argument, the base URL of the per-directory context
    [Fri Jun 15 00:36:32 2012] [alert] [client 37.58.74.231] /home/vygis.net/public_html/.htaccess: RewriteBase takes one argument, the base URL of the per-directory context
    [Fri Jun 15 00:44:56 2012] [alert] [client 213.226.181.243] /home/vygis.net/public_html/.htaccess: RewriteBase takes one argument, the base URL of the per-directory context
    [Fri Jun 15 00:44:56 2012] [alert] [client 213.226.181.243] /home/vygis.net/public_html/.htaccess: RewriteBase takes one argument, the base URL of the per-directory context
    [Fri Jun 15 00:44:56 2012] [alert] [client 213.226.181.243] /home/vygis.net/public_html/.htaccess: RewriteBase takes one argument, the base URL of the per-directory context
    [Fri Jun 15 00:45:01 2012] [alert] [client 213.226.181.243] /home/vygis.net/public_html/.htaccess: RewriteBase takes one argument, the base URL of the per-directory context
    [Fri Jun 15 00:45:07 2012] [alert] [client 213.226.181.243] /home/vygis.net/public_html/.htaccess: RewriteBase takes one argument, the base URL of the per-directory context
    [Fri Jun 15 00:45:17 2012] [alert] [client 213.226.181.243] /home/vygis.net/public_html/.htaccess: RewriteBase takes one argument, the base URL of the per-directory context
    [Fri Jun 15 01:49:24 2012] [alert] [client 213.226.181.243] /home/vygis.net/public_html/.htaccess: RewriteBase takes one argument, the base URL of the per-directory context
    [Fri Jun 15 08:38:05 2012] [alert] [client 195.14.170.242] /home/vygis.net/public_html/.htaccess: RewriteBase takes one argument, the base URL of the per-directory context
    [Fri Jun 15 08:38:05 2012] [alert] [client 195.14.170.242] /home/vygis.net/public_html/.htaccess: RewriteBase takes one argument, the base URL of the per-directory context
    [Fri Jun 15 08:38:05 2012] [alert] [client 195.14.170.242] /home/vygis.net/public_html/.htaccess: RewriteBase takes one argument, the base URL of the per-directory context
    [Fri Jun 15 08:44:46 2012] [alert] [client 195.14.170.242] /home/vygis.net/public_html/.htaccess: RewriteBase takes one argument, the base URL of the per-directory context
    [Fri Jun 15 11:23:35 2012] [alert] [client 184.154.42.194] /home/vygis.net/public_html/.htaccess: RewriteBase takes one argument, the base URL of the per-directory context
    [Fri Jun 15 15:21:18 2012] [alert] [client 213.226.181.243] /home/vygis.net/public_html/.htaccess: RewriteBase takes one argument, the base URL of the per-directory context
  • IV_RomanLIV_RomanL Interneto vizija
    edited 2012 birželio 15
    Sveiki,

    įkelkite .htaccess failo turinį (tinklalapio nuorodą galite pašalinti arba pakeisti). Failą pasieksite kataloge: /home/vygis.net/public_html/
  • vygismvygism Naujokas (-ė)
    edited 2012 birželio 15
    AddDefaultCharset UTF-8
    Options -Indexes

    # blocks direct access to the XML files - they hold all the data!
    <Files ~ "\.xml$">
    Order allow,deny
    Deny from all
    Satisfy All
    </Files>
    <Files sitemap.xml>
    Order allow,deny
    Allow from all
    Satisfy All
    </Files>

    RewriteEngine on

    # Usually it RewriteBase is just '/', but
    # replace it with your subdirectory path
    RewriteBase \

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]
  • IV_RomanLIV_RomanL Interneto vizija
    edited 2012 birželio 15
    Klaidelė būtų:
    RewriteBase \
    

    Pakeiskite į:
    RewriteBase /
    
  • vygismvygism Naujokas (-ė)
    edited 2012 birželio 15
    man!
    /
    /home/vygis.net/public_html

    tai neišsprendžia problemos...
  • IV_RomanLIV_RomanL Interneto vizija
    edited 2012 birželio 15
    Tuomet išvis pašalinkite eilutę RewriteBase \ . Jei problema kartojasi, tuomet .htaccess failo pavadinimą pakeiskite į htaccess.txt . Jei problemos neliks, tuomet klaida yra .htaccess faile ir reiktų atydžiai peržiūrėti jo turinį.
  • vygismvygism Naujokas (-ė)
    edited 2012 birželio 15
    aš pašalinti RewriteBase /
    ištrinti failą .htaccess
    vis dar apie klaidą...
  • vygismvygism Naujokas (-ė)
    edited 2020 spalio 19
    pagaminti. htaccess.tht
    klaida Rewrite...
    http://37.58.74.231
  • IV_RomanLIV_RomanL Interneto vizija
    edited 2020 spalio 16
    Tinklalapis http://vygis.net/ puikiausiai atidaromas. Jei jums rodo klaidą nuspauskite "Refresh' naršyklėje.
  • vygismvygism Naujokas (-ė)
    edited 2020 spalio 16
    http://vygis.net/ yra kitame serveryje.
    mes norime duoti jums.
    CMS neveikia jūsų serveryje!
  • IV_RomanLIV_RomanL Interneto vizija
    edited 2020 spalio 16
    Tuomet gal galite pateikti error_log įrašus to serverio kuriame yra neveikianti svetainė? Nes lankantis adresu  http://37.58.74.231 nėra pateikiama 500 klaida.
  • vygismvygism Naujokas (-ė)
    edited 2012 birželio 15
    CMS yra public_html /
    Taigi RewriteBase / , bet tada klaida 500!
    kaip ją išspręsti?
Norėdami palikti komentarą, turite prisijungti arba registruokis.
Dedikuoti.lt
Šiame forume rasite informaciją kaip atlikti serverio administravimą, konfigūravimą, įvairių tarnybų bei papildomų aplikacijų diegimą. Taip pat pateiksime rekomendacijų, skirtų serverių saugumui, monitoringui ir optimizavimui. Kviečiame prisijungti prie dedikuotų serverių administratorių bendruomenės, dalyvauti diskusijose ir praplėsti savo žinias serverių administravimo srityje!
© 2007 - 2023 Dedikuoti.lt forumas, visos teisės saugumos.