8000 Apache not starting properly · Issue #12 · tomsik68/docker-xampp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Apache not starting properly #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Nine-H opened this issue Sep 12, 2017 · 3 comments
Open

Apache not starting properly #12

Nine-H opened this issue Sep 12, 2017 · 3 comments
Labels

Comments

@Nine-H
Copy link
Nine-H commented Sep 12, 2017

I have a container set up for a site I'm writing to learn php, when I start the container the page doesn't load I have to manually start lampp.

$ docker exec testLAMP /opt/lampp/lampp start
Starting XAMPP for Linux 5.6.21-0...
XAMPP: Starting Apache...ok.
XAMPP: Starting MySQL...already running.
XAMPP: Starting ProFTPD...already running.

is there a way to make apache run when I start the container with docker start testLAMP or am I missing some arguments?

@tomsik68
Copy link
Owner

Hi, I have this problem too and I'm frankly not sure how to fix this, as I'm not that good with Dockerfiles. My best guess is, that there's a problem either in startup.sh script or the CMD directive in my Dockerfile.

If you find a way, I'll be happy to accept your patch :)

@Nine-H
Copy link
Author
Nine-H commented Sep 12, 2017

shit, I installed docker last week. I'll take a look because I'm always willing to learn but it might take a more experienced dude.

@shetubd
Copy link
shetubd commented May 25, 2020

I have same problem. I have to run manually startup file.
root@2bafc111db1b:/# bash startup.sh
Starting XAMPP for Linux 5.6.21-0...
XAMPP: Starting Apache...already running.
XAMPP: Starting MySQL...already running.
XAMPP: Starting ProFTPD...already running.
/usr/lib/python2.7/dist-packages/supervisor/options.py:296: UserWarning: Supervisord is running as root and it is searching for its configuration file in default locations (including its current working directory); you probably want to specify a "-c" argument specifying an absolute path to a configuration file for improved security.
'Supervisord is running as root and it is searching '
2020-05-25 15:36:39,679 CRIT Supervisor running as root (no user in config file)
2020-05-25 15:36:39,679 WARN Included extra file "/etc/supervisor/conf.d/supervisord-openssh-server.conf" during parsing
Error: Another program is already listening on a port that one of our HTTP servers is configured to use. Shut this program down first before starting supervisord.

@tomsik68 tomsik68 added the bug label Jul 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
0