<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hi Dhanwantari,<br>
<br>
Have you tried to generate apache.conf as I explained in my
previous email? And if so, have you tried any of the alternatives
mentioned in the same email?<br>
<br>
Please respond to the list, not just to my personal email account,
in order for others to be able to help you with your questions as
well (so, use reply-all in your email client). This is, after all,
a thread that was started in the list.<br>
<br>
<br>
On 21/10/2015 12:11 μμ, Dhanwantari Prakash Tripathi wrote:<br>
</div>
<blockquote
cite="mid:1181329375.2686700.1445418680598.JavaMail.root@nitrkl.ac.in"
type="cite">
<div style="font-family: times new roman, new york, times, serif;
font-size: 12pt; color: #000000">
<div>Dear Sir,<br>
</div>
<div><br>
</div>
<div>I installed successfully on Ubuntu 14.04 LTS and it is
working properly also.<br>
</div>
<div><br>
</div>
<div>But, I failed to install on CentOS as the problem exists
with apache.conf <br>
</div>
<div><br>
</div>
<div>I followed the instruction given in one pdf file which is
attached herewith for your information.<br>
</div>
<div><br>
</div>
<div>I hope you will help me so that I can install for my
purpose<br>
</div>
<div><br>
</div>
<div>Thanks,<br>
</div>
<div><br>
</div>
<div><span name="x"></span>
<div><span style="font-family: georgia,serif; font-size:
medium;" data-mce-style="font-family: georgia,serif;
font-size: medium;">*******************************</span><br>
<strong><span data-mce-style="font-family: georgia,serif;
font-size: medium;" style="font-family: georgia,serif;
font-size: medium;">D. P. Tripathi</span></strong><br>
<span style="font-family: georgia,serif; font-size: medium;"
data-mce-style="font-family: georgia,serif; font-size:
medium;">Assistant Librarian</span><br>
<span style="font-family: georgia,serif; font-size: medium;"
data-mce-style="font-family: georgia,serif; font-size:
medium;">Digital Resource Centre</span><br>
<span style="font-family: georgia,serif; font-size: medium;"
data-mce-style="font-family: georgia,serif; font-size:
medium;">BP Central Library</span><br>
<span style="font-family: georgia,serif; font-size: medium;"
data-mce-style="font-family: georgia,serif; font-size:
medium;">NIT Rourkela</span><br>
<span style="font-family: georgia,serif; font-size: medium;"
data-mce-style="font-family: georgia,serif; font-size:
medium;">Odisha - 769008 INDIA</span><br>
<span style="font-family: georgia,serif; font-size: medium;"
data-mce-style="font-family: georgia,serif; font-size:
medium;">URL: <a class="moz-txt-link-abbreviated" href="http://www.librarianguide.co.in">www.librarianguide.co.in</a></span><br>
<span style="font-family: georgia,serif; font-size: medium;"
data-mce-style="font-family: georgia,serif; font-size:
medium;">e-mail: <a class="moz-txt-link-abbreviated" href="mailto:tripathidp@nitrkl.ac.in">tripathidp@nitrkl.ac.in</a></span><br>
<span style="font-family: georgia,serif; font-size: medium;"
data-mce-style="font-family: georgia,serif; font-size:
medium;">Mobile: +91-8895296796</span><br>
<span style="font-family: georgia,serif; font-size: medium;"
data-mce-style="font-family: georgia,serif; font-size:
medium;">*******************************</span></div>
<span name="x"></span><br>
</div>
<hr id="zwchr">
<div
style="color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"
data-mce-style="color: #000; font-weight: normal; font-style:
normal; text-decoration: none; font-family:
Helvetica,Arial,sans-serif; font-size: 12pt;"><b>From: </b>"George
Mamalakis" <a class="moz-txt-link-rfc2396E" href="mailto:mamalos@eng.auth.gr"><mamalos@eng.auth.gr></a><br>
<b>To: </b>"Dhanwantari Prakash Tripathi"
<a class="moz-txt-link-rfc2396E" href="mailto:tripathidp@nitrkl.ac.in"><tripathidp@nitrkl.ac.in></a>, <a class="moz-txt-link-abbreviated" href="mailto:eprints-tech@ecs.soton.ac.uk">eprints-tech@ecs.soton.ac.uk</a><br>
<b>Sent: </b>Wednesday, October 21, 2015 1:21:02 PM<br>
<b>Subject: </b>Re: Error while starting HTTPD<br>
<div><br>
</div>
<div class="moz-cite-prefix">Dear Dhanwantari,<br>
<br>
I suppose the file should have been created during the
installation process. Nonetheless, mine contains this:<br>
<br>
#<br>
# apache.conf include file for EPrints<br>
#<br>
# Any changes made here will be lost if you run
generate_apacheconf<br>
# with the --replace --system options<br>
#<br>
<br>
# Load the perl modules & repository configurations<br>
PerlSwitches -I/usr/share/eprints3/perl_lib<br>
PerlModule EPrints<br>
PerlPostConfigHandler +EPrints::post_config_handler<br>
<br>
# Load the per-repository apache configuration<br>
Include /usr/share/eprints3/cfg/apache/*.conf<br>
<br>
<br>
but its parent folder should contain other files (and
subfolders) as well, which are needed for EPrints to run;
are you sure you have installed everything correctly?<br>
<br>
Try running the following command as the eprints user
(within ~eprints folder):<br>
<br>
$ ./bin/generate_apacheconf your_repo_name<br>
<br>
to generate apache's configuration (changing your_repo_name
to your repository name). I assume it'll create all
necessary apache files for EPrints to run correctly (if you
haven't already created an eprints repository, this should
be the time to do it, by running ~./bin/epadmin create).<br>
<br>
Good luck.<br>
<br>
<br>
PS. Doesn't CentOS have a package for EPrints?<br>
<br>
On 21/10/2015 09:14 πμ, Dhanwantari Prakash Tripathi wrote:<br>
</div>
<blockquote
cite="mid:2062007409.2681227.1445408059002.JavaMail.root@nitrkl.ac.in">
<pre>Dear Sir,
The file does not exist?
How to create the file??
Kindly help.
Thanks
*******************************
D. P. Tripathi
Assistant Librarian
Digital Resource Centre
BP Central Library
NIT Rourkela
Odisha - 769008 INDIA
URL: <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="http://www.librarianguide.co.in" target="_blank" data-mce-href="http://www.librarianguide.co.in">www.librarianguide.co.in</a>
e-mail: <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:tripathidp@nitrkl.ac.in" target="_blank" data-mce-href="mailto:tripathidp@nitrkl.ac.in">tripathidp@nitrkl.ac.in</a>
Mobile: +91-8895296796
*******************************
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre>This mail has been scanned by Cyberoam based UTM at NIT, Rourkela. If your mail still contains virus forward it to <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:spam@nitrkl.ac.in" target="_blank" data-mce-href="mailto:spam@nitrkl.ac.in">"spam@nitrkl.ac.in"</a>
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature">--
George Mamalakis
IT and Security Officer,
Electrical and Computer Engineer (Aristotle Univ. of Thessaloniki),
PhD (Aristotle Univ. of Thessaloniki),
MSc (Imperial College of London)
School of Electrical and Computer Engineering
Aristotle University of Thessaloniki
phone number : +30 (2310) 994379
</pre>
</div>
<div><br>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">This mail has been scanned by Cyberoam based UTM at NIT, Rourkela. If your mail still contains virus forward it to <a class="moz-txt-link-rfc2396E" href="mailto:spam@nitrkl.ac.in">"spam@nitrkl.ac.in"</a></pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
George Mamalakis
IT and Security Officer,
Electrical and Computer Engineer (Aristotle Univ. of Thessaloniki),
PhD (Aristotle Univ. of Thessaloniki),
MSc (Imperial College of London)
School of Electrical and Computer Engineering
Aristotle University of Thessaloniki
phone number : +30 (2310) 994379
</pre>
</body>
</html>