By cloudnine
I have been trying to get an admin interface working for beanstalk on my Ubuntu 16.04 server. The one I chose was https://github.com/ptrofimov/beanstalk_console which is the most frequently recommended web interface for the beanstalk queues on a Laravel application.
I installed the console code at “/home/<user-name>/public_html/beanstalk_console” and then navigated to that folder and started the php server with this command, as per the instructions:
php -S xxx.xxx.xxx.xx:7654 -t public
where xxx etc. is the IP address of the droplet.
I got a response that seemed to indicate the console was working as expected:
PHP 7.0.22-0ubuntu0.16.04.1 Development Server started at Tue Oct 10 02:02:10 2017
Listening on http://xxx.xxx.xxx.xx:7654
Document root is /home/<user-name>/public_html/beanstalk_console/public
Press Ctrl-C to quit.
However, when I try to bring up the web console by visiting http://xxx.xxx.xxx.xx:7654, I get a blank page in the browser. No matter what I try, the beanstalk web console page doesn’t launch.
In /etc/default/beanstalkd, the settings are the default:
BEANSTALKD_LISTEN_ADDR=127.0.0.1
BEANSTALKD_LISTEN_PORT=11300
I have a feeling I am missing something but am not sure what that is. I hope someone here could share some insights into what is wrong with my setup.
Thanks in advance.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
if u server some info.php on the same ip and port it works? did u tried to run it on port 80 or 8080?
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.