Where is Apache download directory? [closed] - apache

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I want to download Apache. The website apache.org redirected me to this page (mirror) http://mirrors.ibiblio.org/apache/ At that page there are a lot of folders none of them is called Apache, and this fact is confusing for me. What should I download out of that bunch of folders?

You’re probably confused because you want to download the Apache Webserver (httpd). Apache is a software foundation though which does a lot more things than just the webserver.
That being said, you can download Apache httpd here: http://httpd.apache.org/download.cgi

Do you want the binaries or the source code?
If you know what you're doing Im guessing the correct directory is here:
http://mirrors.ibiblio.org/apache/httpd/
Apache has tonnes of projects so theres a bunch of folders for each.
Let us know what OS you are using because there is probably an easy way integrated into your OS for example debian or ubuntu:
sudo apt-get install apache2

The Apache HTTP server? Or some other Apache project? You can see a list of all their projects at this page, near the bottom - http://www.apache.org/dyn/closer.cgi
Click on the project name and it will take you to that project with a more direct download link.

Related

Publish Visual Basic Window Form Application Online [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Is it possible to publish vb window form application online which can be run like a website?
If yes? Is there a website which I can publish it?
Thank you very much.
No, its not possible to publish it on a website.
You need to convert your code to another language like ASP.net.
The reason why you can't use vb.net desktop appliction on a website is that a webbrowser can't understand the code you have written.
It is not possible. You can't run an executable file to a website. You can create a .ta file (HTML application).
Once you have published your project it will be in .exe. Since your application is not web-based, it is not possible.
However, you could create a Web Application Project (http://msdn.microsoft.com/en-us/library/aa983453(v=vs.90).aspx). You can publish the Web application to a local or shared folder, to an FTP site, or to a Web site that you access by using a URL.

How to use xmlrpc on odoo with a linux server [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I want to add some customers and companies with xmlrpc to odoo v8.
I searched google but I don't find the right answer.
I don't know where to put it, in witch folder, and I don't know how to start this.
Thanks for the help.
the democode i take from this one
The XMLRPC script can be anywhere, it doesn't need to be installed as an odoo module.
It is just a python script that you can run in your machine and it uploads the data to your server using the remote service interface. For that you need to point the right server url, as running it pointing to localhost would expect you to run the script in the same place where odoo is installed.
For building scripts or manage the data remotely without using the web interface, i recommend: http://erppeek.readthedocs.org/en/latest/

Mediawiki page is not appearing properly [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am facing an unique issue (possibly) on my Local Mediawiki. It's been installed on Windows XP (XAMPP server, Mediawiki 1.19.1). I have installed this as a - private wiki and added few stable extensions (like Cite, TitleKey etc.).
The problem is this wiki shows properly in my pc (localhost server) using the default vector skin but other cant view it properly. The page style/format is not appearing at all. I have tried to use monobook skin but that didnt help. Neither I am using short URL (as mentioned in the attached link) nor I have done much changes in LocalSettings.php. I am attaching a snap for more clarity. Any help would be much appreciated.
Stackoverflow answers
Image Snapshot
It worked after I changed the $wgServer in LocalSettings.php from localhost to machine Static IP. Possibly the domain name was misconfigured [as suggested by #Tgr]

error:apache service not started [-1] [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have installed xampp. When i open xampp control panel, mysql and filezilla services are running, but not apache. When i click to start apache it gives me this
ERROR:error:apache service not started [-1]
I have even blocked firewalls for this.
Why this is happeneing and how can i start apache services.I have installed xampp in my E: directory.
here is the steps which will make apache work normally without such errors
Firstly, make sure that Apache is stopped
Make sure, Svc check box is unchecked
Now! go to your XAMPP Folder (C:\xampp\apache\ – I installed the xampp in C:)
Now! double click on “apache_uninstallservice.bat” which is available in apache folder.
After above step, now open your XAMPP Control Panel again and click on Start button which is beside Apache, and make sure that you will not check the Svc checkbox provided.
such errors my happen in old operation systems for example win XP or Vista...
and the latest versions of xampp may not have the corresponding configurations
I found this page looking for a solution to this problem after downloading xampp lite.
I solved this as follow:
The installed service for apache from xampp uses the standalone installation path for apache; c:\program files\apache2.x\...etc and not the local path in xampp folder.
Just modify all registry keys that include the wrong path for apache service in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Apache2.x and it should work.
There could be many causes.
Make sure you have no other applications using the port that apache is using. From the XAMPP control panel there is a button you can press to run a tool to check which ports are in use. Applications which I know to conflict with Apache are Skype and Panda Media; there could be others.
Unselect the Svc box in the XAMPP control panel and try to restart it. Should work.

How to install mod_pagespeed on apache with windows, and from where to download [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I want to download mod_pagespeed module by google on my windows + apache installation.
Any one can show me from where to download and install on apache with windows?
We currently have the mod_pagespeed module compiling and loading into Apache on Windows on a dev machine. However - we first need to fix a few things before it can be used as intended and released to the public.
Once we have it working correctly, we will offer a free download. Keep an eye on http://www.iispeed.com/ - we will announce it over there in a few weeks.
Download here:
http://code.google.com/speed/page-speed/download.html
Installation documentation here:
http://code.google.com/speed/page-speed/docs/using_mod.html