I am using the GE-863-Pro with linux and I detected that the apache was already installed.
But
I can not find the apache directory. Telit has any document that
describe were is the apache directory? And what are the steps to upload a
webpage to the device?
Best Regards,
João Casaleiro
To detect the “apache directory” use the command : “find . -name httpd”
# find . -name httpd
./usr/sbin/httpd
./home/httpd
Sites are located in htdocs directory right?
Hi Cosmin,
Tank you for your reply.
I tried the command and the result was in fact the two folders. But I search inside the folders and didn’t find any .html files or web page related files. In fact, normally the sites are in htdocs.
I find other folder with a sugestive name /var/www. Inside was the Telit GE863-PRO3 default webpage. I copy my webpage folder to that directory and it works. Is this the correct procedure?
Other issue is about the ethernet PHYsical IC. I am using the EVK GE863-PRO3 (which has the DAVICOM Ethernet PHY IC DM9161AEP). But after development the final board will have the Micrel (KZ8001L) PHY IC with MII interface. Is it necessary to install a new linux device driver if I use a different PHY IC?
Best Regards,
João Casaleiro.
Hi Cosmin,
Tank you for your reply.
I tried the command and the result was in fact the two folders. But I search inside the folders and did not find any .html files or web page related files. In fact, normally the sites are in htdocs.
I find other folder with a sugestive name /var/www. Inside was the Telit GE863-PRO3 default webpage. I copy my webpage folder to that directory and it works. Is this the correct procedure?
Other issue is about the ethernet PHYsical IC. I am using the EVK GE863-PRO3 (which has the DAVICOM Ethernet PHY IC DM9161AEP). But after development the final board will have the Micrel (KZ8001L) PHY IC with MII interface. Is it necessary to install a new linux device driver if I use a different PHY IC?
Best Regards, João Casaleiro.
Right João, /var/www is the correct place, thank you for remembering. For the Ethernet driver I think you should check with the Linux community the support for the exact chip, connection modes and look into Telit provided sources for the software driver presence.
Cosmin,
Tanks for your support.
I’ll post the results about the device driver for Micrel chip .
Best Regards,
João Casaleiro.
Hi Cosmin,
I already load the website on Colinux and everything was ok.(The apache is intalled on the Colinux not on the GE-863-Pro)
Now I want to load the page to the GE-863-Pro. But no http server is installed. Is the apache 2 suitable? What http server do you recomend?
Best Regards,
João Casaleiro.
Don’t you have httpd directories/files mentioned above?
Hi Cosmin,
Tank you for you quick reply.
Yes, I found a directory /home/httpd and the file /usr/sbin/httpd
Good 🙂 Then put your web files in /var/www and start the server.
Hi Again,
Ok, I already put the website on the /var/www. But when I put on the web browser http:/192.168.121.3 I get the response "404 Not Found The requested URL was not found on this server."
But the server is running, right? But for some reason the server can return the webpage.
Check httpd.conf file.
I think this is rather a question about Linux support here, check relevant places first, but let us know maybe we still have an idea.
I think /home/httpd is the root directory of the website, try to put the files there.
We use cookies to enhance your browsing experience and help us improve our websites. To improve our website, we carefully select third parties that use cookies to allow us to serve specific content and achieve the purposes set out in our cookie policy. For more information on how to make adjustments through your browser to the cookies being used on your device, please click Find Out More link. By closing this banner or continuing to browse our website, you agree to our use of such cookies. FIND OUT MORE
Hi,
I am using the GE-863-Pro with linux and I detected that the apache was already installed.
But
I can not find the apache directory. Telit has any document that
describe were is the apache directory? And what are the steps to upload a
webpage to the device?
Best Regards,
João Casaleiro
# find . -name httpd
./usr/sbin/httpd
./home/httpd
Sites are located in htdocs directory right?
Hi Cosmin,
Tank you for your reply.
I tried the command and the result was in fact the two folders. But I search inside the folders and didn’t find any .html files or web page related files. In fact, normally the sites are in htdocs.
I find other folder with a sugestive name /var/www. Inside was the Telit GE863-PRO3 default webpage. I copy my webpage folder to that directory and it works. Is this the correct procedure?
Other issue is about the ethernet PHYsical IC. I am using the EVK GE863-PRO3 (which has the DAVICOM Ethernet PHY IC DM9161AEP). But after development the final board will have the Micrel (KZ8001L) PHY IC with MII interface. Is it necessary to install a new linux device driver if I use a different PHY IC?
Best Regards,
João Casaleiro.
Hi Cosmin,
Tank you for your reply.
I tried the command and the result was in fact the two folders. But I search inside the folders and did not find any .html files or web page related files. In fact, normally the sites are in htdocs.
I find other folder with a sugestive name /var/www. Inside was the Telit GE863-PRO3 default webpage. I copy my webpage folder to that directory and it works. Is this the correct procedure?
Other issue is about the ethernet PHYsical IC. I am using the EVK GE863-PRO3 (which has the DAVICOM Ethernet PHY IC DM9161AEP). But after development the final board will have the Micrel (KZ8001L) PHY IC with MII interface. Is it necessary to install a new linux device driver if I use a different PHY IC?
Best Regards,
João Casaleiro.
Right João, /var/www is the correct place, thank you for remembering. For the Ethernet driver I think you should check with the Linux community the support for the exact chip, connection modes and look into Telit provided sources for the software driver presence.
Cosmin,
Tanks for your support.
I’ll post the results about the device driver for Micrel chip .
Best Regards,
João Casaleiro.
Hi Cosmin,
I already load the website on Colinux and everything was ok.(The apache is intalled on the Colinux not on the GE-863-Pro)
Now I want to load the page to the GE-863-Pro. But no http server is installed. Is the apache 2 suitable? What http server do you recomend?
Best Regards,
João Casaleiro.
Don’t you have httpd directories/files mentioned above?
Hi Cosmin,
Tank you for you quick reply.
Yes, I found a directory /home/httpd and the file /usr/sbin/httpd
Good 🙂 Then put your web files in /var/www and start the server.
Hi Again,
Ok, I already put the website on the /var/www. But when I put on the web browser http:/192.168.121.3 I get the response "404 Not Found The requested URL was not found on this server."
But the server is running, right? But for some reason the server can return the webpage.
Check httpd.conf file.
I think this is rather a question about Linux support here, check relevant places first, but let us know maybe we still have an idea.
I think /home/httpd is the root directory of the website, try to put the files there.