Skocz do zawartości

Rolej

WHT Pro
  • Zawartość

    636
  • Rejestracja

  • Ostatnio

  • Wygrane dni

    6

Posty napisane przez Rolej


  1. Dzięki zadziałało, ale jednak mam kolejny problem (same problemy sprowadziłem :) )

     

    Z dnia na dzień poczta przestała działać. Po reinstalacji w teście configa mam coś takiego:

     

    SquirrelMail version: 1.4.21
    Config file version: 1.4.0
    Config file last modified: 23 December 2012 17:46:36
    Checking PHP configuration...
       PHP version 5.3.3-7+squeeze14 OK.
       Running as www-data(33) / www-data(33)
       display_errors:
       error_reporting: 22527
       variables_order OK: GPCS.
       PHP extensions OK. Dynamic loading is disabled.
    Checking paths...
       Data dir OK.
       Attachment dir OK.
       Plugins OK.
       Themes OK.
       Default language OK.
       Base URL detected as: http://tutnetorg.pl/webmail/src (location base autodetected)
    Checking outgoing mail service....
       SMTP server OK (220 tutnetorg.pl ESMTP Sendmail 8.14.3/8.14.3/Debian-9.4; Sun, 23 Dec 2012 17:51:14 +0100; (No UCE/UBE) logging access from: localhost.localdomain(OK)-localhost.localdomain [127.0.0.1])
    Checking IMAP service....
       ERROR: Error connecting to IMAP server "localhost:143".Server error: (111) Connection refused
    

     

    Co się stało i jak to naprawić?


  2. Narazie zreinstalowałem serwer i zobaczymy co będzie teraz. Ale jeszcze jedno pytanie. Ponieważ podczas instalacji nie może się samodzielnie zapisać plik konfiguracyjny. Jak nadać na serwerze prawa do zapisu?

     

    edit: A panelu ISP w dziale konfiguracja serwera znalazłem opcje z Web, że można usunąć to /web, ale jak wcześniej to zrobiłem i zrestartowałem apache to niestety nic mi to nie dało. Czy tutaj może być przyczyna czy jednak konfiguracja vhosta?


  3. To jest mój vhost:

    <Directory /var/www/tutnetorg.pl>
       AllowOverride None
       Order Deny,Allow
       Deny from all
    </Directory>
    <VirtualHost *:80>
      DocumentRoot /var/www/tutnetorg.pl/web
       ServerName tutnetorg.pl
       ServerAlias www.tutnetorg.pl
       ServerAdmin webmaster@tutnetorg.pl
       ErrorLog /var/log/ispconfig/httpd/tutnetorg.pl/error.log
       Alias /error/ "/var/www/tutnetorg.pl/web/error/"
       ErrorDocument 400 /error/400.html
       ErrorDocument 401 /error/401.html
       ErrorDocument 403 /error/403.html
       ErrorDocument 404 /error/404.html
       ErrorDocument 405 /error/405.html
       ErrorDocument 500 /error/500.html
       ErrorDocument 502 /error/502.html
       ErrorDocument 503 /error/503.html
       <IfModule mod_ssl.c>
       </IfModule>
       <Directory /var/www/tutnetorg.pl/web>
        Options FollowSymLinks
        AllowOverride All
        Order allow,deny
        Allow from all
        # ssi enabled
        AddType text/html .shtml
        AddOutputFilter INCLUDES .shtml
        Options +Includes
       </Directory>
       <Directory /var/www/clients/client2/web4/web>
        Options FollowSymLinks
        AllowOverride All
        Order allow,deny
        Allow from all
        # ssi enabled
        AddType text/html .shtml
        AddOutputFilter INCLUDES .shtml
        Options +Includes
       </Directory>
       <IfModule mod_ruby.c>
      <Directory /var/www/tutnetorg.pl/web>
        Options +ExecCGI
      </Directory>
       <Directory /var/www/tutnetorg.pl/web>
        Options FollowSymLinks
        AllowOverride All
        Order allow,deny
        Allow from all
        # ssi enabled
        AddType text/html .shtml
        AddOutputFilter INCLUDES .shtml
        Options +Includes
       </Directory>
       <Directory /var/www/clients/client2/web4/web>
        Options FollowSymLinks
        AllowOverride All
        Order allow,deny
        Allow from all
        # ssi enabled
        AddType text/html .shtml
        AddOutputFilter INCLUDES .shtml
        Options +Includes
       </Directory>
       <IfModule mod_ruby.c>
      <Directory /var/www/tutnetorg.pl/web>
        Options +ExecCGI
      </Directory>
      RubyRequire apache/ruby-run
      #RubySafeLevel 0
      <Files *.rb>
        SetHandler ruby-object
        RubyHandler Apache::RubyRun.instance
      </Files>
      <Files *.rbx>
        SetHandler ruby-object
        RubyHandler Apache::RubyRun.instance
      </Files>
       </IfModule>
       <IfModule mod_python.c>
      <Directory /var/www/tutnetorg.pl/web>
        AddHandler mod_python .py
        PythonHandler mod_python.publisher
        PythonDebug On
      </Directory>
       </IfModule>
       # cgi enabled
        <Directory /var/www/clients/client2/web4/cgi-bin>
      Order allow,deny
      Allow from all
       </Directory>
       ScriptAlias  /cgi-bin/ /var/www/clients/client2/web4/cgi-bin/
       AddHandler cgi-script .cgi
       AddHandler cgi-script .pl
      #RubySafeLevel 0
      <Files *.rb>
        SetHandler ruby-object
        RubyHandler Apache::RubyRun.instance
      </Files>
      <Files *.rbx>
        SetHandler ruby-object
        RubyHandler Apache::RubyRun.instance
      </Files>
       </IfModule>
       <IfModule mod_python.c>
      <Directory /var/www/tutnetorg.pl/web>
        AddHandler mod_python .py
        PythonHandler mod_python.publisher
        PythonDebug On
      </Directory>
       </IfModule>
       # cgi enabled
        <Directory /var/www/clients/client2/web4/cgi-bin>
      Order allow,deny
      Allow from all
       </Directory>
       ScriptAlias  /cgi-bin/ /var/www/clients/client2/web4/cgi-bin/
       AddHandler cgi-script .cgi
       AddHandler cgi-script .pl
       # suexec enabled
       <IfModule mod_suexec.c>
      SuexecUserGroup web4 client2
       </IfModule>
       # Clear PHP settings of this website
       <FilesMatch "\.ph(p3?|tml)$">
        SetHandler None
       </FilesMatch>
       # php as fast-cgi enabled
        # For config options see: http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html
       <IfModule mod_fcgid.c>
        IdleTimeout 300
        ProcessLifeTime 3600
        # MaxProcessCount 1000
        DefaultMinClassProcessCount 0
        DefaultMaxClassProcessCount 100
        IPCConnectTimeout 3
        IPCCommTimeout 360
        BusyTimeout 300
       </IfModule>
       <Directory /var/www/tutnetorg.pl/web>
        AddHandler fcgid-script .php .php3 .php4 .php5
        FCGIWrapper /var/www/php-fcgi-scripts/web4/.php-fcgi-starter .php
        Options +ExecCGI
        AllowOverride All
        Order allow,deny
        Allow from all
       </Directory>
       <IfModule mod_suexec.c>
      SuexecUserGroup web4 client2
       </IfModule>
       # Clear PHP settings of this website
       <FilesMatch "\.ph(p3?|tml)$">
        SetHandler None
       </FilesMatch>
       # php as fast-cgi enabled
        # For config options see: http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html
       <IfModule mod_fcgid.c>
        IdleTimeout 300
        ProcessLifeTime 3600
        # MaxProcessCount 1000
        DefaultMinClassProcessCount 0
        DefaultMaxClassProcessCount 100
        IPCConnectTimeout 3
        IPCCommTimeout 360
        BusyTimeout 300
       </IfModule>
       <Directory /var/www/tutnetorg.pl/web>
        AddHandler fcgid-script .php .php3 .php4 .php5
        FCGIWrapper /var/www/php-fcgi-scripts/web4/.php-fcgi-starter .php
        Options +ExecCGI
        AllowOverride All
        Order allow,deny
        Allow from all
       </Directory>
       <Directory /var/www/clients/client2/web4/web>
        AddHandler fcgid-script .php .php3 .php4 .php5
        FCGIWrapper /var/www/php-fcgi-scripts/web4/.php-fcgi-starter .php
        Options +ExecCGI
        AllowOverride All
        Order allow,deny
        Allow from all
       </Directory>
    
       # add support for apache mpm_itk
       <IfModule mpm_itk_module>
      AssignUserId web4 client2
       </IfModule>
       <IfModule mod_dav_fs.c>
    	  # Do not execute PHP files in webdav directory
      <Directory /var/www/clients/client2/web4/webdav>
    	    <FilesMatch "\.ph(p3?|tml)$">
    	  SetHandler None
        </FilesMatch>
      </Directory>
      DavLockDB /var/www/clients/client2/web4/tmp/DavLock
      # DO NOT REMOVE THE COMMENTS!
      # IF YOU REMOVE THEM, WEBDAV WILL NOT WORK ANYMORE!
      # WEBDAV BEGIN
      # WEBDAV END
       </IfModule>
        AddHandler fcgid-script .php .php3 .php4 .php5
        FCGIWrapper /var/www/php-fcgi-scripts/web4/.php-fcgi-starter .php
        Options +ExecCGI
        AllowOverride All
        Order allow,deny
        Allow from all
       </Directory>
    
       # add support for apache mpm_itk
       <IfModule mpm_itk_module>
      AssignUserId web4 client2
       </IfModule>
       <IfModule mod_dav_fs.c>
    	  # Do not execute PHP files in webdav directory
      <Directory /var/www/clients/client2/web4/webdav>
    	    <FilesMatch "\.ph(p3?|tml)$">
    	  SetHandler None
        </FilesMatch>
      </Directory>
      DavLockDB /var/www/clients/client2/web4/tmp/DavLock
      # DO NOT REMOVE THE COMMENTS!
      # IF YOU REMOVE THEM, WEBDAV WILL NOT WORK ANYMORE!
      # WEBDAV BEGIN
      # WEBDAV END
       </IfModule>
    
    </VirtualHost>
    

    Możesz pozmieniać w nim tak aby było dobrze?


  4. No ale przecież to jest dział webmasterski więc takie pytanie to nic dziwnego.

     

    Do autora.

     

    Ja również miewałem takie akcje. Mi pomagało usunięcie ciasteczek lub w ostateczności wejście z innej przeglądarki/komputera. Jeżeli to nie zadziała, to przyczyną również może być to, że ten skrypt skądś jeszcze bierze daną linijkę.


  5. Patrzyłeś na Exone? Wprowadziłem do kalkulatora VPS twoją konfigurację sprzętową (2,5 GHz akurat, 1GB) + 50gb dysk, 100gb transfer miesięczny i Windows Seven Proffesional (jest również Server 2008 PL i XP) i koszty miesięczne wynoszą 96 zł miesięcznie.

     

    Mogę Ci polecić osobiście tą firme. Szybka odpowiedź supportu, odkąd ja korzystam nie natrafiłem na żadną awarię.

     

    Pozdrawiam.


  6. Witam.

     

    Mam pewnien problem z którym nie mogę sobie poradzić. Wczoraj postawiłem serwer WWW (apache, php, mysql) oraz kilka innych rzeczy.

     

    Przy zainstalowaniu pure-ftpd i po restarcie serwera FTP wyskakuje poniższy komunikat

     

    Running: /usr/sbin/pure-ftpd-mysql-virtualchroot -l mysql:/etc/pure-ftpd/db/mysql.conf -l pam -u 1000 -8 UTF-8 -O clf:/var/log/pure-ftpd/transfer.log -H -Y 1 -E -D -b -A -B
    

     

    Nie wiem zbytnio o co w nim chodzi. Na początku go zignorowałem. Przez panel utworzyłem konto FTP i próbowałem się zalogować przez Filezille, Total Commander i zawsze wyskakiwał ten sam błąd: 530 z niepoprawnym zalogowaniem.

     

    Czy to może mieć ze sobą związek? I jak temu zaradzić. Proszę o szybką odpowiedź.

     

    Pozdrawiam.

     

    Przemek J.

     

    PS: Jestem początkującym administratorem serwera VPS i prosiłbym abyście podawali mi gdzie co znaleźć itp.

×