Changeset 1000
- 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
| r885 |
r1000 |
|
| 1 | | |
|---|
| | 1 | DirectoryIndex index.html index.cgi index.pl index.php index.xhtml |
|---|
| 2 | 2 | # |
|---|
| 3 | 3 | # Master Begin |
|---|
| r998 |
r1000 |
|
| 38 | 38 | # -pass-header HTTP_AUTHORIZATION |
|---|
| 39 | 39 | |
|---|
| 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} |
|---|
| 41 | 41 | |
|---|
| 42 | 42 | # |
|---|
| r998 |
r1000 |
|
| 85 | 85 | 3. Install the required modules: |
|---|
| 86 | 86 | |
|---|
| 87 | | # yast -i `cat /docs/opensuse103/opensuse103-packages` |
|---|
| | 87 | # yast -i `cat /docs/OpenSuse/opensuse103-packages` |
|---|
| 88 | 88 | |
|---|
| 89 | 89 | Or if you use smart package manager: |
|---|
| 90 | 90 | |
|---|
| 91 | | # smart install `cat /docs/opensuse103/opensuse103-packages` |
|---|
| | 91 | # smart install `cat /docs/OpenSuse/opensuse103-packages` |
|---|
| 92 | 92 | |
|---|
| 93 | 93 | 4. Make an copy to temp directory: |
|---|
| … | … | |
| 95 | 95 | # make -f Makefile.opensuse10 install |
|---|
| 96 | 96 | |
|---|
| 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) |
|---|
| 98 | 99 | |
|---|
| | 100 | 4a. Set the MySQL password, if not set: |
|---|
| | 101 | # maybe first start mysql: rcmysql start |
|---|
| | 102 | # mysqladmin -u root password YOUR_PASSWORD |
|---|
| | 103 | |
|---|
| | 104 | 4b. 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 |
|---|
| 99 | 108 | |
|---|
| 100 | 109 | 5. Start the script and follow the install instructions: |
|---|
| r998 |
r1000 |
|
| 29 | 29 | lha |
|---|
| 30 | 30 | mailx |
|---|
| | 31 | make |
|---|
| 31 | 32 | mhash |
|---|
| 32 | 33 | mysql |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>