Changeset 1000

Show
Ignore:
Timestamp:
02/13/08 00:14:03 (7 months ago)
Author:
joximu
Message:

some corrections to the opensuse10 configs & docu

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configs/dists/opensuse10/apache/00_master.conf

    r885 r1000  
    1  
     1DirectoryIndex index.html index.cgi index.pl index.php index.xhtml 
    22# 
    33# Master Begin 
  • trunk/configs/dists/opensuse10/apache/fastcgi.conf

    r998 r1000  
    3838                      # -pass-header HTTP_AUTHORIZATION 
    3939 
    40         FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUE 
     40        FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} 
    4141 
    4242        # 
  • trunk/docs/OpenSuse/INSTALL

    r998 r1000  
    85853. Install the required modules: 
    8686 
    87         # yast -i `cat /docs/opensuse103/opensuse103-packages` 
     87        # yast -i `cat /docs/OpenSuse/opensuse103-packages` 
    8888 
    8989        Or if you use smart package manager: 
    9090 
    91         # smart install `cat /docs/opensuse103/opensuse103-packages` 
     91        # smart install `cat /docs/OpenSuse/opensuse103-packages` 
    9292 
    93934. Make an copy to temp directory: 
     
    9595        # make -f Makefile.opensuse10 install 
    9696 
    97         # cp -Rv /tmp/ispcp-1.0.0/* / 
     97        # cp -RvL /tmp/ispcp-1.0.0/* / 
     98          (the L is needed to copy /var/mail/virtual via the symlink /var/mail) 
    9899 
     1004a. Set the MySQL password, if not set: 
     101        # maybe first start mysql: rcmysql start 
     102        # mysqladmin -u root password YOUR_PASSWORD 
     103 
     1044b. Disable the suse-fast-cgi: 
     105        # mv /etc/apache2/conf.d/mod_fastcgi.conf /etc/apache2/conf.d/mod_fastcgi.conf.disabled 
     106        # load fastcgi: edit /etc/sysconfig/apache2, lokk for line APACHE_MODULES=... and replace the "php5" at the end with "fastcgi" 
     107        # restart apache 
    99108 
    1001095. Start the script and follow the install instructions: 
  • trunk/docs/OpenSuse/opensuse103-packages

    r998 r1000  
    2929lha 
    3030mailx 
     31make 
    3132mhash 
    3233mysql