Skip to content
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

5.conf Bug Report #16

Open
meetkool opened this issue Mar 18, 2024 · 0 comments
Open

5.conf Bug Report #16

meetkool opened this issue Mar 18, 2024 · 0 comments

Comments

@meetkool
Copy link
Owner

Based on the provided code, here are a few potential issues that I can see:

  1. Port number: The VirtualHost directive is listening on port 85, which is not a commonly used port for web traffic. The default port for HTTP traffic is 80, and for HTTPS it is 443. If the intention is to serve web content, it would be more common to use one of these ports.
  2. DocumentRoot: The DocumentRoot directive is pointing to a directory that ends with a period (/var/www/html/.files/sites/5). It's uncommon to see a period at the end of a directory name, and it may cause issues with some web servers. It's possible that this is a typo, and the period should be removed.
  3. ServerName: The ServerName directive is set to "5.site". This may not be a valid domain name, and if it's not properly configured in DNS, it may prevent users from accessing the site. Additionally, it's unclear whether this is intended to be a standalone domain or a subdomain of an existing domain.

Without more context, it's difficult to say for sure whether these are actual bugs or just potential issues. However, it's always a good idea to double-check your configuration files and make sure that everything is set up correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant