NethServer Version: NethServer release 7.6.1810 (final)
Module: Web server Configuration tools for Apache web server
Base system
nethserver-httpd-virtualhosts
(*) installed
- php-mbstring
- php-pecl-memcached
php-ldap
php-imap
php-mcrypt- php-mysql
php-pecl-redis
php-pecl-apcu- php-gd
php-smbclient
As I said before, I’m in the migration process of an old SBS2000 server, the process is slow with some rough edges (from our side), and now I face another. This old SBS hosts an IIS local “site” for an ERP, the users using IE connect to this site and download de apps controls to work with it; I manage to create a program to “wrapper” the client controls (ActiveX), but it stills need the “site” to hosts some report files and pages (manuals).
So I wonder if I can hosts the same site using nethserver, in Software center I found the “Web server” and I got installed the package as above.
But I wonder if there is something that I need to read to mimic the same behavior of IIS on nethserver to host that site for our local use.
When I go the the local IP of nethserver:
http://192.168.16.3/ I got a page banner from nethserver
but if I go to domain IP
http://192.168.16.4/ It doesn’t show anything.
I got this shared folder when I put the html pages and files to use in the ERP, I don’t see the tab for use with the web server:
I lost the link where other user asked for the same. Searching I found this links:
http://docs.nethserver.org/projects/nethserver-devel/en/v7/nethserver-httpd.html
http://docs.nethserver.org/en/v7/virtual_hosts.html
I want read more to accomplish this task, and not to blindly try anything (by myself).
Maybe the right path is:
- create one virtual host, named “erp”
- copy there (where?) the html files, etc on the folder for that virtual host
- pry for the best
and touchdown!
Lastly, I wonder if I can have an alias for this nethserver:
- ads.avion.lan / 192.168.16.3 as server.avion.lan
so if the virtual host is the right path my users can access the site as:
http://server/erp
Regards