Quantcast
Channel: WampServer - WampServer English
Viewing all articles
Browse latest Browse all 3179

Public Access to WAMP 3.2.3 (no replies)

$
0
0
Win 10 Pro, Ver. 1903 - Clean Install

WAMP 3.2.3

Apache 2.4.46
PHP 7.3.21
MySQL 8.0.21
MariaDB 10.5.4

I have a domain on DynDNS that directs web traffic to my server.

Port forwarding is configured properly in that I get the 403 permissions error page when I attempt web side access to the website that I want to host.

The server has a static IP that the router forwards inbound traffic to.

The open source social media website that I'm using, Elgg, is installed properly in that I can access the sign in page via localhost.

Now...

The question I have is can WAMP 3.2.3 be configured to allow public access. If so, then how?

*********************************

I also understand that WAMP is intended to be a learning platform for people like me and is not intended to be a production webserver. I also understand that the Microsoft IIS system is available native to Win 10 Pro however, as best as I can tell the open source social media websites that I've looked at are intended to run on Apache systems and WAMP in particular. Is there a WAMP like web server system available, that does all the things that WAMP does and is intended to be a production web server?

Last question, I have a book that I have bought and read, "Linux Apache Web Server Administration" by Charles Aulds that I have attempted to use as a reference in configuring WAMP for public access. Best as I can tell, the WAMP version of Apache has been modified to the point that this reference book is not of much use. For example the book makes no mention of httpd-vhosts.conf. Can you recommend for me a textbook or reference that would guide me in installing and configuring the component software packages that I would need in order to run a webpage on a Windows system using Linux Apache software components, if that is possible.

Thank you very much for your kind consideration in this matter...

Best regards

***************************************************

My existing httpd-vhosts.conf file.

# Virtual Hosts
#
<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
# Require all granted
Require local
</Directory>
</VirtualHost>


#
<VirtualHost *:80>
ServerName redrubberball
# ServerName localhost
DocumentRoot "d:/wamp64/www/redrubberball"
<Directory "d:/wamp64/www/redrubberball/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
# Require local
</Directory>
</VirtualHost>

Viewing all articles
Browse latest Browse all 3179

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>