Page 1 of 1

[SOLVED] apache installed, no start [no file]

PostPosted: Aug 12th, '14, 06:07
by badsector
[root@localhost u3]# /etc/rc.d/init.d/httpd start
bash: /etc/rc.d/init.d/httpd: No such file or directory

and there is NO such file

Re: apache installed, no start [no file]

PostPosted: Aug 12th, '14, 08:37
by doktor5000
If there's no such file, why do you try to run that?

Re: apache installed, no start [no file]

PostPosted: Aug 12th, '14, 10:35
by jkerr82508
In Mageia, systemd is now used to start the apache server. To start it manually, try:
Code: Select all
systemctl start httpd.service

See "man systemctl" for more info.

OR use the GUI - MCC / System / Manage Services

Jim

Solved>>> Re: apache installed, no start [no file]

PostPosted: Aug 12th, '14, 20:05
by badsector
Postby doktor5000
If there's no such file, why do you try to run that?

It was on tutorial page, possibly for an older version

Postby jkerr82508 ยป Aug 12th, '14, 10:35
> In Mageia, systemd is now used to start the apache server.
> To start it manually, try:
systemctl start httpd.service

This worked, tested on 127.0.0.1

Thanks

Re: apache installed, no start [no file]

PostPosted: Aug 12th, '14, 20:39
by doktor5000
Please mark the thread accordingly by editing the topic of the first post and prefix it by [SOLVED], thanks