Problems deploying website using Apache & AWS Ask
I'm having problems with deploying my website. Right now when I try to visit it using the ubuntu ip address and port, I get an error page saying:
"This site can't be reached" and "ERR_CONNECTION_REFUSED".
Here's what's in the .conf file:
<VirtualHost *:9000>
ServerName ***my ubuntu server ip***
ServerAdmin ***my email address***
Alias /static /var/www/portfolio_website/static
<Directory /var/www/portfolio_website/static/>
Order allow,deny
Allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
On the AWS( https://mindmajix.com/aws-certified-training ) launch wizard, I added a custom TCP rule for port 9000 with the source set to Anywhere.
Any ideas or other information I could provide? Thanks.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Ylastic on 14 Oct, 2017 03:29 PM
Wrong forum for this question.
Ylastic closed this discussion on 14 Oct, 2017 03:29 PM.