[Clarkconnect]Apache webserver ineens verdwenen?

Pagina: 1
Acties:

  • Hurricane
  • Registratie: April 2000
  • Laatst online: 16-05 15:34

Hurricane

Alles is anders dan het lijkt!

Topicstarter
Was net via webmin bezig om thuis ff een aantal dingen aan te passen wat betreft een ftp die ik wil gaan draaien.
Zie ik ineens in webmin een mogelijkheid om software packages tu updaten. Via Webmin -> System -> Software Packages -> Upgrade All Packages.
Denk bij mezelf " Oh makkelijk hoef ik het niet allemaal op te zoeken en appart te updaten als me dat al lukt." Ben linux n00b en start dat dus gewoon op. Alles leuk en aardig, alles loopt. Is ie klaar kan ik nog wel via de webinterface dingen veranderen en poorten open en dichtgooien, maar ik kan nergens mijn webserver meer vinden. httpd draait ook niet meer. Enig idee wat ik fout heb gedaan?

Verwijderd

Op grond van de informatie die je geeft is dat niet te zeggen. Zoek eens naar meldingen in logfiles van je systeem en van apache en post deze. Zo kunnen we er niet zo veel mee.

  • wzzrd
  • Registratie: Februari 2000
  • Laatst online: 10-05 12:50

wzzrd

The guy with the Red Hat

Het is mogelijk dat apache geupdate is. Het probleem is (naar mijn ervaring) dat het apache installatiescript iets doet in de geest van:
code:
1
2
rm -rf /usr/local/www
cp /[apacheinstalldir]/www /usr/local/www

M.a.w. je data is weg. Zuur. Dat die daemon niet te vinden is is gek, dat hij niet draait niet (hij is per slot van rekening net geupdate). Ik zou zeggen:
code:
1
2
updatedb
locate httpd


Good luck!

  • Flappie
  • Registratie: Februari 2001
  • Laatst online: 13:28
Misschien is apache gestopt. Je kan hem opnieuw opstarten door met SSH in te loggen en te typen:

service httpd start

Dan zal hij Apache opstarten (als deze is gestopt)

  • Hurricane
  • Registratie: April 2000
  • Laatst online: 16-05 15:34

Hurricane

Alles is anders dan het lijkt!

Topicstarter
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
[root@hurricane /]# locate httpd
/var/log/httpd
/var/log/httpd/error_log
/var/log/httpd/ssl_engine_log
/var/log/httpd/access_log
/var/log/httpd/referer_log
/var/log/httpd/agent_log
/var/log/httpd/ssl_request_log
/var/log/httpd/ssl_mutex.2005
/var/log/httpd/ssl_mutex.853
/var/log/httpd/ssl_mutex.32219
/var/log/httpd/access_log.1
/var/log/httpd/agent_log.1
/var/log/httpd/error_log.1
/var/log/httpd/referer_log.1
/var/log/httpd/access_log.2
/var/log/httpd/agent_log.2
/var/log/httpd/error_log.2
/var/log/httpd/referer_log.2
/var/log/httpd/ssl_mutex.3607
/var/log/httpd/ssl_mutex.2063
/var/log/httpd/ssl_mutex.2119
/var/log/httpd/ssl_mutex.21134
/var/log/httpd/access_log.3
/var/log/httpd/agent_log.3
/var/log/httpd/error_log.3
/var/log/httpd/referer_log.3
/var/log/httpd/ssl_mutex.13968
/var/log/httpd/ssl_mutex.13452
/var/log/httpd/ssl_mutex.28851
/var/log/httpd/access_log.4
/var/log/httpd/agent_log.4
/var/log/httpd/error_log.4
/var/log/httpd/referer_log.4
/var/log/httpd/ssl_scache.sem
/var/cache/httpd
/var/lock/subsys/httpd
/var/run/httpd.mm.853.sem
/var/run/httpd.mm.3607.sem
/var/run/httpd.mm.32219.sem
/var/run/httpd.mm.1859.sem
/var/run/httpd.mm.2063.sem
/var/run/httpd.mm.2119.sem
/var/run/httpd.mm.28851.sem
/var/run/httpd.mm.21134.sem
/var/run/httpd.mm.13452.sem
/var/run/httpd.mm.13968.sem
/var/run/httpd.pid
/var/webconfig/conf/httpd.conf
/var/webconfig/bin/httpd
/etc/rc.d/init.d/httpd
/etc/rc.d/rc0.d/K15httpd
/etc/rc.d/rc1.d/K15httpd
/etc/rc.d/rc2.d/K15httpd
/etc/rc.d/rc3.d/S85httpd
/etc/rc.d/rc4.d/K15httpd
/etc/rc.d/rc5.d/K15httpd
/etc/rc.d/rc6.d/K15httpd
/etc/httpd
/etc/httpd/conf
/etc/httpd/conf/httpd-secure.conf
/etc/httpd/conf/access.conf
/etc/httpd/conf/httpd.conf
/etc/httpd/conf/magic
/etc/httpd/conf/srm.conf
/etc/httpd/conf/httpd.conf.redhat
/etc/httpd/conf/httpd.conf.cc
/etc/httpd/conf/ssl.crl
/etc/httpd/conf/ssl.crl/Makefile.crl
/etc/httpd/conf/Makefile
/etc/httpd/conf/ssl.crt
/etc/httpd/conf/ssl.crt/snakeoil-ca-dsa.crt
/etc/httpd/conf/ssl.crt/Makefile.crt
/etc/httpd/conf/ssl.crt/ca-bundle.crt
/etc/httpd/conf/ssl.crt/server.crt
/etc/httpd/conf/ssl.crt/snakeoil-ca-rsa.crt
/etc/httpd/conf/ssl.crt/snakeoil-dsa.crt
/etc/httpd/conf/ssl.crt/snakeoil-rsa.crt
/etc/httpd/conf/ssl.csr
/etc/httpd/conf/ssl.key
/etc/httpd/conf/ssl.key/server.key
/etc/httpd/conf/ssl.key/snakeoil-ca-dsa.key
/etc/httpd/conf/ssl.key/snakeoil-ca-rsa.key
/etc/httpd/conf/ssl.key/snakeoil-dsa.key
/etc/httpd/conf/ssl.key/snakeoil-rsa.key
/etc/httpd/conf/ssl.prm
/etc/httpd/conf/ssl.prm/snakeoil-ca-dsa.prm
/etc/httpd/conf/ssl.prm/snakeoil-dsa.prm
/etc/httpd/logs
/etc/httpd/modules
/usr/share/man/man8/httpd.8.gz
/usr/lib/apache/httpd.exp
/usr/sbin/httpd


Service httpd restart werkt niet.
code:
1
2
[root@hurricane /]# service httpd start      
httpd: unrecognized service


Heren nog meer ideeen? Weet ff niet meer wat ik nu moet doen.

  • Hurricane
  • Registratie: April 2000
  • Laatst online: 16-05 15:34

Hurricane

Alles is anders dan het lijkt!

Topicstarter
Iemand die vandaag wakker genoeg is om hier wijs uit te kunnen worden?

  • moto-moi
  • Registratie: Juli 2001
  • Laatst online: 09-06-2011

moto-moi

Ja, ik haat jou ook :w

Hurricane schreef op 06 december 2002 @ 10:53:
Iemand die vandaag wakker genoeg is om hier wijs uit te kunnen worden?
/etc/rc.d/init.d/apache start ff proberen, en als dat ook niet werk, even in je logfiles(/var/log) kijken waarom hij niet opstart.

God, root, what is difference? | Talga Vassternich | IBM zuigt


  • Hurricane
  • Registratie: April 2000
  • Laatst online: 16-05 15:34

Hurricane

Alles is anders dan het lijkt!

Topicstarter
ff remote inloggen dan maar. Zit op mijn werk.
/etc/rc.d/init.d/apache start werkt dus niet. Omdat ie aopache niet kan vinden, staat volgens mij hierboven ook al eens.
Kijk nu ff in /var/log. Welke log moet ik hebben om te kijken waarom apache niet werkt?

  • moto-moi
  • Registratie: Juli 2001
  • Laatst online: 09-06-2011

moto-moi

Ja, ik haat jou ook :w

Hurricane schreef op 06 december 2002 @ 11:16:
Kijk nu ff in /var/log. Welke log moet ik hebben om te kijken waarom apache niet werkt?
Bij mij in de directory /var/log/apache, maar geen idee waar clarkconnect zoiets neergooit..

God, root, what is difference? | Talga Vassternich | IBM zuigt


  • Hurricane
  • Registratie: April 2000
  • Laatst online: 16-05 15:34

Hurricane

Alles is anders dan het lijkt!

Topicstarter
De directory apache bestaat dus niet meer bij mij.
Hieronder staat alle dingen die hij vindt als ik locate apache doe.
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
[root@hurricane var]# locate apache
/var/webconfig/bin/apachectl
/var/webconfig/icons/apache_pb.gif
/var/webconfig/icons/apache_pb.png
/etc/webalizer.conf.apache
/etc/webmin/apache
/etc/webmin/apache/config
/etc/webmin/apache/admin.acl
/etc/webmin/status/services/apache.serv
/usr/share/doc/vim-common-6.0/syntax/apachestyle.vim
/usr/share/doc/vim-common-6.0/syntax/apache.vim
/usr/share/vim/vim60/syntax/apachestyle.vim
/usr/share/vim/vim60/syntax/apache.vim
/usr/lib/apache
/usr/lib/apache/libphp4.so
/usr/libexec/webmin/apache
/usr/libexec/webmin/apache/allmanual_form.cgi
/usr/libexec/webmin/apache/acl_security.pl
/usr/libexec/webmin/apache/config-generic-linux
/usr/libexec/webmin/apache/allmanual_save.cgi
/usr/libexec/webmin/apache/apache-lib.pl
/usr/libexec/webmin/apache/auth-lib.pl
/usr/libexec/webmin/apache/autoindex.pl
/usr/libexec/webmin/apache/browsermatch.pl
/usr/libexec/webmin/apache/cache.pl
/usr/libexec/webmin/apache/change_dir.cgi
/usr/libexec/webmin/apache/change_files.cgi
/usr/libexec/webmin/apache/config-aix
/usr/libexec/webmin/apache/config-cobalt-linux
/usr/libexec/webmin/apache/config-corel-linux
/usr/libexec/webmin/apache/config-debian-linux
/usr/libexec/webmin/apache/config-freebsd
/usr/libexec/webmin/apache/config-lfs-linux
/usr/libexec/webmin/apache/config-hpux
/usr/libexec/webmin/apache/config-irix
/usr/libexec/webmin/apache/config-macos-1.3
/usr/libexec/webmin/apache/config-macos
/usr/libexec/webmin/apache/config-mandrake-linux
/usr/libexec/webmin/apache/config-macos-1.4
/usr/libexec/webmin/apache/config-open-linux-2.3
/usr/libexec/webmin/apache/config-msc-linux
/usr/libexec/webmin/apache/config-netbsd
/usr/libexec/webmin/apache/config-slackware-linux-7.0
/usr/libexec/webmin/apache/config-open-linux-2.3e
/usr/libexec/webmin/apache/config-open-linux-2.4
/usr/libexec/webmin/apache/config-open-linux-2.5
/usr/libexec/webmin/apache/config-open-linux-3.1e
/usr/libexec/webmin/apache/config-openbsd
/usr/libexec/webmin/apache/config-openserver
/usr/libexec/webmin/apache/config-osf1
/usr/libexec/webmin/apache/config-redhat-linux
/usr/libexec/webmin/apache/config-redhat-linux-7.0
/usr/libexec/webmin/apache/config-redhat-linux-7.1
/usr/libexec/webmin/apache/config-redhat-linux-7.2
/usr/libexec/webmin/apache/config-redhat-linux-7.3
/usr/libexec/webmin/apache/config-slackware-linux
/usr/libexec/webmin/apache/create_dir.cgi
/usr/libexec/webmin/apache/core.pl
/usr/libexec/webmin/apache/config-slackware-linux-7.1
/usr/libexec/webmin/apache/config-slackware-linux-8.0
/usr/libexec/webmin/apache/config-solaris
/usr/libexec/webmin/apache/config-suse-linux
/usr/libexec/webmin/apache/config-suse-linux-7.1
/usr/libexec/webmin/apache/config-suse-linux-7.2
/usr/libexec/webmin/apache/config-suse-linux-7.3
/usr/libexec/webmin/apache/config-suse-linux-8.0
/usr/libexec/webmin/apache/config-turbo-linux
/usr/libexec/webmin/apache/config-unixware
/usr/libexec/webmin/apache/config.info
/usr/libexec/webmin/apache/config.info.ca
/usr/libexec/webmin/apache/config.info.de
/usr/libexec/webmin/apache/config.info.es
/usr/libexec/webmin/apache/config.info.fr
/usr/libexec/webmin/apache/config.info.hu
/usr/libexec/webmin/apache/config.info.ja_JP.euc
/usr/libexec/webmin/apache/config.info.nl
/usr/libexec/webmin/apache/config.info.pl
/usr/libexec/webmin/apache/config.info.pt_BR
/usr/libexec/webmin/apache/config.info.ru_RU
/usr/libexec/webmin/apache/config.info.ru_SU
/usr/libexec/webmin/apache/config.info.sv
/usr/libexec/webmin/apache/config.info.tr
/usr/libexec/webmin/apache/config.info.zh_CN
/usr/libexec/webmin/apache/config.info.zh_TW.Big5
/usr/libexec/webmin/apache/config_solaris.txt.1.25
/usr/libexec/webmin/apache/images
/usr/libexec/webmin/apache/images/defines.gif
/usr/libexec/webmin/apache/images/def.gif
/usr/libexec/webmin/apache/images/edit.gif
/usr/libexec/webmin/apache/images/dir.gif
/usr/libexec/webmin/apache/images/doc.gif
/usr/libexec/webmin/apache/images/type_icon_0.gif
/usr/libexec/webmin/apache/images/icon.gif
/usr/libexec/webmin/apache/images/recon.gif
/usr/libexec/webmin/apache/images/show.gif
/usr/libexec/webmin/apache/images/type_icon_10.gif
/usr/libexec/webmin/apache/images/type_icon_1.gif
/usr/libexec/webmin/apache/images/type_icon_11.gif
/usr/libexec/webmin/apache/images/type_icon_12.gif
/usr/libexec/webmin/apache/images/type_icon_13.gif
/usr/libexec/webmin/apache/images/type_icon_14.gif
/usr/libexec/webmin/apache/images/type_icon_15.gif
/usr/libexec/webmin/apache/images/type_icon_16.gif
/usr/libexec/webmin/apache/images/type_icon_17.gif
/usr/libexec/webmin/apache/images/type_icon_18.gif
/usr/libexec/webmin/apache/images/type_icon_19.gif
/usr/libexec/webmin/apache/images/type_icon_2.gif
/usr/libexec/webmin/apache/images/type_icon_3.gif
/usr/libexec/webmin/apache/images/type_icon_4.gif
/usr/libexec/webmin/apache/images/type_icon_5.gif
/usr/libexec/webmin/apache/images/type_icon_6.gif
/usr/libexec/webmin/apache/images/type_icon_7.gif
/usr/libexec/webmin/apache/images/type_icon_8.gif
/usr/libexec/webmin/apache/images/type_icon_9.gif
/usr/libexec/webmin/apache/images/virt.gif
/usr/libexec/webmin/apache/images/virt_index.gif
/usr/libexec/webmin/apache/index.cgi
/usr/libexec/webmin/apache/create_files.cgi
/usr/libexec/webmin/apache/create_htaccess.cgi
/usr/libexec/webmin/apache/create_virt.cgi
/usr/libexec/webmin/apache/defaultacl
/usr/libexec/webmin/apache/delete_htaccess.cgi
/usr/libexec/webmin/apache/dir_index.cgi
/usr/libexec/webmin/apache/edit_authgroup.cgi
/usr/libexec/webmin/apache/edit_authuser.cgi
/usr/libexec/webmin/apache/edit_defines.cgi
/usr/libexec/webmin/apache/edit_dir.cgi
/usr/libexec/webmin/apache/edit_files.cgi
/usr/libexec/webmin/apache/edit_global.cgi
/usr/libexec/webmin/apache/edit_gmime_type.cgi
/usr/libexec/webmin/apache/edit_htaccess.cgi
/usr/libexec/webmin/apache/edit_virt.cgi
/usr/libexec/webmin/apache/feedback_files.pl
/usr/libexec/webmin/apache/files_index.cgi
/usr/libexec/webmin/apache/find_htaccess.cgi
/usr/libexec/webmin/apache/htaccess.cgi
/usr/libexec/webmin/apache/htaccess_index.cgi
/usr/libexec/webmin/apache/lang
/usr/libexec/webmin/apache/lang/ja_JP.euc
/usr/libexec/webmin/apache/lang/ca
/usr/libexec/webmin/apache/lang/de
/usr/libexec/webmin/apache/lang/en
/usr/libexec/webmin/apache/lang/es
/usr/libexec/webmin/apache/lang/fr
/usr/libexec/webmin/apache/lang/hu
/usr/libexec/webmin/apache/lang/it
/usr/libexec/webmin/apache/lang/ko_KR.euc
/usr/libexec/webmin/apache/lang/nl
/usr/libexec/webmin/apache/lang/pl
/usr/libexec/webmin/apache/lang/pt
/usr/libexec/webmin/apache/lang/pt_BR
/usr/libexec/webmin/apache/lang/ru_RU
/usr/libexec/webmin/apache/lang/ru_SU
/usr/libexec/webmin/apache/lang/sv
/usr/libexec/webmin/apache/lang/tr
/usr/libexec/webmin/apache/lang/zh_CN
/usr/libexec/webmin/apache/lang/zh_TW.Big5
/usr/libexec/webmin/apache/mod_expires.pl.broken
/usr/libexec/webmin/apache/list_authgroups.cgi
/usr/libexec/webmin/apache/list_authusers.cgi
/usr/libexec/webmin/apache/log_parser.pl
/usr/libexec/webmin/apache/manual_form.cgi
/usr/libexec/webmin/apache/manual_save.cgi
/usr/libexec/webmin/apache/mod_access.pl
/usr/libexec/webmin/apache/mod_actions.pl
/usr/libexec/webmin/apache/mod_alias.pl
/usr/libexec/webmin/apache/mod_asis.pl
/usr/libexec/webmin/apache/mod_auth.pl
/usr/libexec/webmin/apache/mod_auth_dbm.pl
/usr/libexec/webmin/apache/mod_autoindex.pl
/usr/libexec/webmin/apache/mod_browser.pl
/usr/libexec/webmin/apache/mod_cache.pl
/usr/libexec/webmin/apache/mod_cern_meta.pl
/usr/libexec/webmin/apache/mod_cgi.pl
/usr/libexec/webmin/apache/mod_dir.pl
/usr/libexec/webmin/apache/mod_disk_cache.pl
/usr/libexec/webmin/apache/mod_env.pl
/usr/libexec/webmin/apache/mod_ext_filter.pl
/usr/libexec/webmin/apache/mod_imap.pl
/usr/libexec/webmin/apache/mod_include.pl
/usr/libexec/webmin/apache/mod_info.pl
/usr/libexec/webmin/apache/mod_log_agent.pl
/usr/libexec/webmin/apache/mod_log_common.pl
/usr/libexec/webmin/apache/mod_log_config.pl
/usr/libexec/webmin/apache/mod_log_referer.pl
/usr/libexec/webmin/apache/mod_mem_cache.pl
/usr/libexec/webmin/apache/mod_mime.pl
/usr/libexec/webmin/apache/mod_mime_magic.pl
/usr/libexec/webmin/apache/mod_negotiation.pl
/usr/libexec/webmin/apache/mod_perl.pl
/usr/libexec/webmin/apache/mod_php.pl
/usr/libexec/webmin/apache/mod_php3.pl
/usr/libexec/webmin/apache/mod_php4.pl
/usr/libexec/webmin/apache/mod_proxy.pl
/usr/libexec/webmin/apache/mod_setenvif.pl
/usr/libexec/webmin/apache/mod_speling.pl
/usr/libexec/webmin/apache/mod_ssl.pl
/usr/libexec/webmin/apache/mod_status.pl
/usr/libexec/webmin/apache/mod_suexec.pl
/usr/libexec/webmin/apache/mod_userdir.pl
/usr/libexec/webmin/apache/mod_vhost_alias.pl
/usr/libexec/webmin/apache/module.info
/usr/libexec/webmin/apache/mpm_netware.pl
/usr/libexec/webmin/apache/mpm_winnt.pl
/usr/libexec/webmin/apache/notes
/usr/libexec/webmin/apache/perchild.pl
/usr/libexec/webmin/apache/prefork.pl
/usr/libexec/webmin/apache/reconfig.cgi
/usr/libexec/webmin/apache/reconfig_form.cgi
/usr/libexec/webmin/apache/remove_vserv.pl
/usr/libexec/webmin/apache/restart.cgi
/usr/libexec/webmin/apache/save_authgroup.cgi
/usr/libexec/webmin/apache/save_authuser.cgi
/usr/libexec/webmin/apache/save_defines.cgi
/usr/libexec/webmin/apache/save_dir.cgi
/usr/libexec/webmin/apache/save_files.cgi
/usr/libexec/webmin/apache/save_global.cgi
/usr/libexec/webmin/apache/save_gmime_type.cgi
/usr/libexec/webmin/apache/save_htaccess.cgi
/usr/libexec/webmin/apache/save_sync.cgi
/usr/libexec/webmin/apache/save_virt.cgi
/usr/libexec/webmin/apache/save_vserv.cgi
/usr/libexec/webmin/apache/search_virt.cgi
/usr/libexec/webmin/apache/show.cgi
/usr/libexec/webmin/apache/show_dir.cgi
/usr/libexec/webmin/apache/show_files.cgi
/usr/libexec/webmin/apache/show_htaccess.cgi
/usr/libexec/webmin/apache/show_virt.cgi
/usr/libexec/webmin/apache/start.cgi
/usr/libexec/webmin/apache/stop.cgi
/usr/libexec/webmin/apache/useradmin_update.pl
/usr/libexec/webmin/apache/virt_index.cgi
/usr/libexec/webmin/apache/worker.pl
/usr/libexec/webmin/caldera/apache
/usr/libexec/webmin/caldera/apache/images
/usr/libexec/webmin/caldera/apache/images/icon.gif
/usr/libexec/webmin/kdestyle/apache
/usr/libexec/webmin/kdestyle/apache/images
/usr/libexec/webmin/kdestyle/apache/images/icon.gif
/usr/libexec/webmin/mscstyle3/apache
/usr/libexec/webmin/mscstyle3/apache/images
/usr/libexec/webmin/mscstyle3/apache/images/icon.gif
/usr/libexec/webmin/mscstyle3/apache2
/usr/libexec/webmin/mscstyle3/apache2/images
/usr/libexec/webmin/mscstyle3/apache2/images/icon.gif
/usr/libexec/webmin/status/apache-monitor.pl
/usr/libexec/webmin/status/services/apache.serv

Verwijderd

Hoeveel niet relevante listings ga je nog posten ? /var/log/httpd/error.log misschien ? Een beetje zelf nadenken kan geen kwaad hoor ?

  • wzzrd
  • Registratie: Februari 2000
  • Laatst online: 10-05 12:50

wzzrd

The guy with the Red Hat

Flappie schreef op 05 December 2002 @ 11:38:
Misschien is apache gestopt. Je kan hem opnieuw opstarten door met SSH in te loggen en te typen:

service httpd start

Dan zal hij Apache opstarten (als deze is gestopt)


"service" httpd start? Linux 2000? Linux NT 4? ;)

/usr/sbin/apachectl start waarschijnlijk, doe eens een find op apachectl :)

  • Hurricane
  • Registratie: April 2000
  • Laatst online: 16-05 15:34

Hurricane

Alles is anders dan het lijkt!

Topicstarter
Hier nog even de /var/log/httpd/error.log

Afbeeldingslocatie: http://members.home.nl/huricane/httpd.gif
Om +/- 9.35 ben ik met die update begonnen.

code:
1
2
[root@hurricane bin]# locate apachectl
/var/webconfig/bin/apachectl

[ Voor 11% gewijzigd door Hurricane op 06-12-2002 13:24 ]


  • wzzrd
  • Registratie: Februari 2000
  • Laatst online: 10-05 12:50

wzzrd

The guy with the Red Hat

Nou hop.
code:
1
/var/webconfig/bin/apachectl start
dan!
(Wat een raar pad btw!)

  • Hurricane
  • Registratie: April 2000
  • Laatst online: 16-05 15:34

Hurricane

Alles is anders dan het lijkt!

Topicstarter
Hmmmz ook niet:
code:
1
2
3
4
5
6
7
[root@hurricane bin]# service apachectl start
apachectl: unrecognized service
[root@hurricane bin]# apachectl start
bash: apachectl: command not found
[root@hurricane bin]# start apachectl
bash: start: command not found
[root@hurricane bin]#


Is het niet mogelijk om apache opnieuw te installeren?
Zoja waar vind ik een howto? Of is dit makkelijk te doen?

[ Voor 18% gewijzigd door Hurricane op 06-12-2002 17:30 ]


Verwijderd

Welke versie van clarkconnect heb je?

  • Hurricane
  • Registratie: April 2000
  • Laatst online: 16-05 15:34

Hurricane

Alles is anders dan het lijkt!

Topicstarter
Versie 1.1

Verwijderd

Copy paste dit maar met telnet of ssh (Overtypen kan ook natuurlijk ;) )

Rpm -Uvh ftp://ftp.rpmfind.net/lin.../apache-1.3.22-6.i386.rpm

  • wzzrd
  • Registratie: Februari 2000
  • Laatst online: 10-05 12:50

wzzrd

The guy with the Red Hat

Hurricane schreef op 06 December 2002 @ 17:29:
Hmmmz ook niet:
code:
1
2
3
4
5
6
7
[root@hurricane bin]# service apachectl start
apachectl: unrecognized service
[root@hurricane bin]# apachectl start
bash: apachectl: command not found
[root@hurricane bin]# start apachectl
bash: start: command not found
[root@hurricane bin]#


Is het niet mogelijk om apache opnieuw te installeren?
Zoja waar vind ik een howto? Of is dit makkelijk te doen?


Wat ben je nou aan het doen? Ik zei dat je /var/webconfig/bin/apachectl moest typen, niet apachectl in die dir! Dat is anders, trust me :)

  • Hurricane
  • Registratie: April 2000
  • Laatst online: 16-05 15:34

Hurricane

Alles is anders dan het lijkt!

Topicstarter
Ik heb apache opnieuw geinstalleerd of hoe dat ook mag heten onder linux. Heb een howto opgezocht en toen apache geinstalleerd.
Pagina: 1